PXV_PluginFeatureFlag Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 19: Line 19:
 
:The plugin has preferences dialog
 
:The plugin has preferences dialog
 
;PFF_HasAdditionalData
 
;PFF_HasAdditionalData
:The plugin has it's own additional data which can be exported, imported and reset
+
:The plugin has it's own additional data that can be exported, imported and reset

Revision as of 02:52, 25 May 2015


Specifies the common plugin features

Syntax

enum PXV_PluginFeatureFlag
{
    PFF_HasPreferences    = 1,
    PFF_HasAdditionalData = 2,
};

Constants

PFF_HasPreferences
The plugin has preferences dialog
PFF_HasAdditionalData
The plugin has it's own additional data that can be exported, imported and reset