PXV_PluginResetSettingsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the options for [[PXV:IPXV_Plugin_ResetSettings]] method
+
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]] method
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Constants ==
 
== Constants ==
 
;PRSF_KeepOptions
 
;PRSF_KeepOptions
:Keep common plugin options when reset plugin settings
+
:Keep common plugin options, when resetting plugin settings.
 
;PRSF_KeepPresets
 
;PRSF_KeepPresets
:Keep plugin presets when reset plugin settings
+
:Keep plugin presets, when resetting plugin settings.

Revision as of 09:51, 4 September 2015


Specifies the options for the IPXV_Plugin::ResetSettings Method 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.