PXV_PluginResetSettingsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:PXV_PluginResetSettingsFlags Enumeration}}
 
{{#customTitle:PXV_PluginResetSettingsFlags Enumeration}}
 
{{#parentPage:PXV:PXV_Enumerations|PXV_PluginResetSettingsFlags|enum}}
 
{{#parentPage:PXV:PXV_Enumerations|PXV_PluginResetSettingsFlags|enum}}
{{ToReview}}
 
  
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]] method
+
 
 +
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]].
  
 
== Syntax ==
 
== Syntax ==

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.