PXV_PluginFeatureFlag Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:PXV_PluginFeatureFlag Enumeration}} | {{#customTitle:PXV_PluginFeatureFlag Enumeration}} | ||
{{#parentPage:PXV:PXV|PXV_PluginFeatureFlag Enumeration|enum}} | {{#parentPage:PXV:PXV|PXV_PluginFeatureFlag Enumeration|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the common plugin features |
== Syntax == | == Syntax == | ||
Line 17: | Line 16: | ||
== Constants == | == Constants == | ||
;PFF_HasPreferences | ;PFF_HasPreferences | ||
− | :The | + | :The plugin has preferences dialog |
;PFF_HasAdditionalData | ;PFF_HasAdditionalData | ||
− | :The | + | :The plugin has it's own additional data which can be exported, imported and reset |
== See Also == | == See Also == | ||
− | See also | + | See also [[PXV:IPXV_Plugin_ShowPrefsDlg]], [[PXV:IPXV_Plugin_ExportAdditionalData]], [[PXV:IPXV_Plugin_ImportAdditionalData]] |
Revision as of 22:53, 18 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 which can be exported, imported and reset
See Also
See also IPXV_Plugin::ShowPrefsDlg Method, IPXV_Plugin::ExportAdditionalData Method, IPXV_Plugin::ImportAdditionalData Method