PXV_PluginResetSettingsFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 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: | + | {{#parentPage:PXV:PXV_Enumerations|PXV_PluginResetSettingsFlags|enum}} |
− | + | ||
− | + | ||
− | Specifies the | + | |
+ | Specifies the options for the [[PXV:IPXV_Plugin_ResetSettings]]. | ||
== Syntax == | == Syntax == | ||
Line 17: | Line 17: | ||
== Constants == | == Constants == | ||
;PRSF_KeepOptions | ;PRSF_KeepOptions | ||
− | : | + | :Keep common plugin options, when resetting plugin settings. |
;PRSF_KeepPresets | ;PRSF_KeepPresets | ||
− | : | + | :Keep plugin presets, when resetting plugin settings. |
− | + | ||
− | + | ||
− | + |
Latest revision as of 08: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.