PXV_PluginResetSettingsFlags Enumeration

From PDF XChange PDF SDK
Revision as of 09:51, 4 September 2015 by Will (Talk | contribs)

Jump to: navigation, search


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.