PXV_PluginResetSettingsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]] method
+
Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]].
  
 
== Syntax ==
 
== Syntax ==

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.