PXV_AppSettingsOptions Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_AppSettingsOptions Enumeration}} | {{#customTitle:PXV_AppSettingsOptions Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXV_Enumerations|PXV_AppSettingsOptions|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the options section |
== Syntax == | == Syntax == | ||
Line 21: | Line 22: | ||
PXV_AppSettingsOpt_DSATemplates = 8, | PXV_AppSettingsOpt_DSATemplates = 8, | ||
PXV_AppSettingsOpt_PluginsData = 9, | PXV_AppSettingsOpt_PluginsData = 9, | ||
− | _PXV_AppSettingsOpt_Count_ = | + | PXV_AppSettingsOpt_Places = 10, |
+ | PXV_AppSettingsOpt_Signatures = 11, | ||
+ | _PXV_AppSettingsOpt_Count_ = 12, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 27: | Line 30: | ||
== Constants == | == Constants == | ||
;PXV_AppSettingsOpt_None | ;PXV_AppSettingsOpt_None | ||
− | : | + | :No options implied |
;PXV_AppSettingsOpt_Common | ;PXV_AppSettingsOpt_Common | ||
− | : | + | :General program settings |
;PXV_AppSettingsOpt_Presets | ;PXV_AppSettingsOpt_Presets | ||
− | : | + | :Preset collections used by operations and controls |
;PXV_AppSettingsOpt_TrustedList | ;PXV_AppSettingsOpt_TrustedList | ||
− | : | + | :Trusted/untrusted locations and names list |
;PXV_AppSettingsOpt_Prompts | ;PXV_AppSettingsOpt_Prompts | ||
− | : | + | :Prompts and confirmations stored for dialogs |
;PXV_AppSettingsOpt_UILang | ;PXV_AppSettingsOpt_UILang | ||
− | : | + | :User interface language |
;PXV_AppSettingsOpt_History | ;PXV_AppSettingsOpt_History | ||
− | : | + | :Recent documents history |
;PXV_AppSettingsOpt_MergeHistory | ;PXV_AppSettingsOpt_MergeHistory | ||
− | : | + | :Specifies that imported recent documents history should be merged with the existing one |
;PXV_AppSettingsOpt_Stamps | ;PXV_AppSettingsOpt_Stamps | ||
− | : | + | :Non-standart stamps collections |
;PXV_AppSettingsOpt_DSATemplates | ;PXV_AppSettingsOpt_DSATemplates | ||
− | : | + | :Digital signatures appearance templates collection |
;PXV_AppSettingsOpt_PluginsData | ;PXV_AppSettingsOpt_PluginsData | ||
+ | :Plugins settings | ||
+ | ;PXV_AppSettingsOpt_Places | ||
+ | :The ... | ||
+ | ;PXV_AppSettingsOpt_Signatures | ||
:The ... | :The ... | ||
;_PXV_AppSettingsOpt_Count_ | ;_PXV_AppSettingsOpt_Count_ | ||
− | : | + | :Count of this enumeration values |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_AppSettingsEvent_HasOption|IPXV_AppSettingsEvent::HasOption]] |
Latest revision as of 04:13, 14 November 2018
Specifies the options section
Syntax
enum PXV_AppSettingsOptions { PXV_AppSettingsOpt_None = -1, PXV_AppSettingsOpt_Common = 0, PXV_AppSettingsOpt_Presets = 1, PXV_AppSettingsOpt_TrustedList = 2, PXV_AppSettingsOpt_Prompts = 3, PXV_AppSettingsOpt_UILang = 4, PXV_AppSettingsOpt_History = 5, PXV_AppSettingsOpt_MergeHistory = 6, PXV_AppSettingsOpt_Stamps = 7, PXV_AppSettingsOpt_DSATemplates = 8, PXV_AppSettingsOpt_PluginsData = 9, PXV_AppSettingsOpt_Places = 10, PXV_AppSettingsOpt_Signatures = 11, _PXV_AppSettingsOpt_Count_ = 12, };
Constants
- PXV_AppSettingsOpt_None
- No options implied
- PXV_AppSettingsOpt_Common
- General program settings
- PXV_AppSettingsOpt_Presets
- Preset collections used by operations and controls
- PXV_AppSettingsOpt_TrustedList
- Trusted/untrusted locations and names list
- PXV_AppSettingsOpt_Prompts
- Prompts and confirmations stored for dialogs
- PXV_AppSettingsOpt_UILang
- User interface language
- PXV_AppSettingsOpt_History
- Recent documents history
- PXV_AppSettingsOpt_MergeHistory
- Specifies that imported recent documents history should be merged with the existing one
- PXV_AppSettingsOpt_Stamps
- Non-standart stamps collections
- PXV_AppSettingsOpt_DSATemplates
- Digital signatures appearance templates collection
- PXV_AppSettingsOpt_PluginsData
- Plugins settings
- PXV_AppSettingsOpt_Places
- The ...
- PXV_AppSettingsOpt_Signatures
- The ...
- _PXV_AppSettingsOpt_Count_
- Count of this enumeration values