PXV_PluginFeatureFlag Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_PluginFeatureFlag Enumeration}} | {{#customTitle:PXV_PluginFeatureFlag Enumeration}} | ||
− | {{#parentPage:PXV:PXV_Enumerations|PXV_PluginFeatureFlag | + | {{#parentPage:PXV:PXV_Enumerations|PXV_PluginFeatureFlag|enum}} |
− | + | ||
− | Specifies the common plugin features | + | |
+ | Specifies the common plugin features. | ||
== Syntax == | == Syntax == | ||
Line 19: | Line 19: | ||
:The plugin has preferences dialog | :The plugin has preferences dialog | ||
;PFF_HasAdditionalData | ;PFF_HasAdditionalData | ||
− | :The plugin has | + | :The plugin has its own additional data, that can be exported, imported and reset |
Latest revision as of 08:50, 4 September 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 its own additional data, that can be exported, imported and reset