PXV_PluginResetSettingsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_PluginResetSettingsFlags Enumeration}}
 
{{#customTitle:PXV_PluginResetSettingsFlags Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_PluginResetSettingsFlags|enum}}
  
Specifies the ...
+
 
 +
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]].
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum PXV_PluginResetSettingsFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_PluginResetSettingsFlags
 
{
 
{
     PRSF_KeepOptions = 1;
+
     PRSF_KeepOptions = 1,
     PRSF_KeepPresets = 2;
+
     PRSF_KeepPresets = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 14: Line 17:
 
== Constants ==
 
== Constants ==
 
;PRSF_KeepOptions
 
;PRSF_KeepOptions
:The ...
+
:Keep common plugin options, when resetting plugin settings.
 
;PRSF_KeepPresets
 
;PRSF_KeepPresets
:The ...
+
:Keep plugin presets, when resetting plugin settings.
 
+
== See Also ==
+
See also ...
+

Latest revision as of 09:52, 4 September 2015


Specifies the options for the IPXV_Plugin::ResetSettings Method.

Syntax

enum PXV_PluginResetSettingsFlags
{
    PRSF_KeepOptions = 1,
    PRSF_KeepPresets = 2,
};

Constants

PRSF_KeepOptions
Keep common plugin options, when resetting plugin settings.
PRSF_KeepPresets
Keep plugin presets, when resetting plugin settings.