PXV_StdFolderID Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:PXV_StdFolderID Enumeration}} | {{#customTitle:PXV_StdFolderID Enumeration}} | ||
{{#parentPage:PXV:PXV_Enumerations|PXV_StdFolderID|enum}} | {{#parentPage:PXV:PXV_Enumerations|PXV_StdFolderID|enum}} | ||
− | |||
− | Identifies | + | |
+ | Identifies special program folders. | ||
== Syntax == | == Syntax == | ||
Line 39: | Line 39: | ||
;PXV_StdFolder_Preferences | ;PXV_StdFolder_Preferences | ||
− | :By default identifies the folder: | + | :By default, identifies the folder: |
::<tt><Root>\Preferences\</tt> | ::<tt><Root>\Preferences\</tt> | ||
:Not used for now. | :Not used for now. | ||
;PXV_StdFolder_BatchSequences | ;PXV_StdFolder_BatchSequences | ||
− | :By default identifies the folder like: | + | :By default identifies the folder, like: |
::<tt><Root>\BatchSequences\</tt> folder. | ::<tt><Root>\BatchSequences\</tt> folder. | ||
:Not used for now. | :Not used for now. | ||
Line 53: | Line 53: | ||
;PXV_StdFolder_JavaScripts | ;PXV_StdFolder_JavaScripts | ||
− | :Identifies the folder | + | :Identifies the folder containing start-up Java Scripts. By default: |
::<tt><Root>\JavaScripts\</tt> | ::<tt><Root>\JavaScripts\</tt> | ||
;PXV_StdFolder_Stamps | ;PXV_StdFolder_Stamps | ||
− | :Identifies the folder | + | :Identifies the folder containing installed stamp-collections. By default: |
− | ::<tt><Root>\ | + | ::<tt><Root>\Stamps\</tt> |
;PXV_StdFolder_Dictionaries | ;PXV_StdFolder_Dictionaries | ||
− | :Identifies the folder | + | :Identifies the folder containing installed spell-check dictionaries. By default: |
::<tt><Root>\Dictionaries\</tt> | ::<tt><Root>\Dictionaries\</tt> | ||
;PXV_StdFolder_Languages | ;PXV_StdFolder_Languages | ||
− | :Identifies the folder | + | :Identifies the folder containing supported languages for UI-localizations. By default: |
::<tt><Root>\Languages\</tt> | ::<tt><Root>\Languages\</tt> | ||
;PXV_StdFolder_Themes | ;PXV_StdFolder_Themes | ||
− | :Identifies the folder | + | :Identifies the folder containing additional UI-themes. By default: |
::<tt><Root>\Themes\</tt> | ::<tt><Root>\Themes\</tt> | ||
;PXV_StdFolder_Plugins | ;PXV_StdFolder_Plugins | ||
− | :Identifies the folder | + | :Identifies the folder containing installed plug-ins. By default: |
::<tt><Root>\Plugins.x86\</tt> - for 32-bit application | ::<tt><Root>\Plugins.x86\</tt> - for 32-bit application | ||
::<tt><Root>\Plugins.x64\</tt> - for 64-bit application | ::<tt><Root>\Plugins.x64\</tt> - for 64-bit application | ||
;PXV_StdFolder_Help | ;PXV_StdFolder_Help | ||
− | :Identifies the folder | + | :Identifies the folder containing help files. By default: |
::<tt><Root>\Help\</tt> | ::<tt><Root>\Help\</tt> | ||
Line 91: | Line 91: | ||
;PXV_StdFolder_Update | ;PXV_StdFolder_Update | ||
− | :Identifies the folder for | + | :Identifies the folder for application updating. By default: |
::<tt><Root>\Update\</tt> | ::<tt><Root>\Update\</tt> | ||
:Not used for now. | :Not used for now. | ||
;PXV_StdFolder_XMPCustomDlg | ;PXV_StdFolder_XMPCustomDlg | ||
− | :Identifies the folder that may contain the resources for extending/customizing the XMP-dialogs in document preferences. By default: | + | :Identifies the folder that may contain the resources for extending/customizing the XMP-dialogs, in document preferences. By default: |
::<tt><Root>\XMP\Custom File Info Panels\</tt> | ::<tt><Root>\XMP\Custom File Info Panels\</tt> | ||
;PXV_StdFolder_SearchProviderIcons | ;PXV_StdFolder_SearchProviderIcons | ||
− | :Identifies the folder that is for caching the icons of online search-providers. By default: | + | :Identifies the folder that is used for caching the icons of online search-providers. By default: |
::<tt><Root>\SearchProviderIcons\</tt> | ::<tt><Root>\SearchProviderIcons\</tt> | ||
;PXV_StdFolder_Security | ;PXV_StdFolder_Security | ||
− | :Identifies the folder | + | :Identifies the folder the storage of additional security data. By default: |
::<tt><Root>\Security\</tt> | ::<tt><Root>\Security\</tt> | ||
;PXV_StdFolder_PortfolioNavigators | ;PXV_StdFolder_PortfolioNavigators | ||
− | :Identifies the folder | + | :Identifies the folder containing additional portfolio navigators. By default: |
::<tt><Root>\Navigators\</tt> | ::<tt><Root>\Navigators\</tt> | ||
;PXV_StdFolder_Presets | ;PXV_StdFolder_Presets | ||
− | :Identifies the folder | + | :Identifies the folder contain custom presets of settings. By default: |
::<tt><Root>\Presets\</tt> | ::<tt><Root>\Presets\</tt> | ||
:Not used for now. | :Not used for now. | ||
;PXV_StdFolder_PluginsData | ;PXV_StdFolder_PluginsData | ||
− | :Identifies the folder for additional data from plug-ins. By default: | + | :Identifies the folder for the storage of additional data from plug-ins. By default: |
::<tt><Root>\PluginsData\</tt> | ::<tt><Root>\PluginsData\</tt> | ||
;PXV_StdFolder_OCRLanguages | ;PXV_StdFolder_OCRLanguages | ||
− | :Identifies the folder | + | :Identifies the folder containing additional OCR-dictionaries. By default: |
::<tt><Root>\OCRLanguages\</tt> | ::<tt><Root>\OCRLanguages\</tt> | ||
Revision as of 08:59, 4 September 2015
Identifies special program folders.
Syntax
enum PXV_StdFolderID { PXV_StdFolder_Root = 0, PXV_StdFolder_Preferences = 1, PXV_StdFolder_BatchSequences = 2, PXV_StdFolder_Documents = 3, PXV_StdFolder_JavaScripts = 4, PXV_StdFolder_Stamps = 5, PXV_StdFolder_Dictionaries = 6, PXV_StdFolder_Languages = 7, PXV_StdFolder_Themes = 8, PXV_StdFolder_Plugins = 9, PXV_StdFolder_Help = 10, PXV_StdFolder_Temp = 11, PXV_StdFolder_Resource = 12, PXV_StdFolder_Update = 13, PXV_StdFolder_XMPCustomDlg = 14, PXV_StdFolder_SearchProviderIcons = 15, PXV_StdFolder_Security = 16, PXV_StdFolder_PortfolioNavigators = 17, PXV_StdFolder_Presets = 18, PXV_StdFolder_PluginsData = 19, PXV_StdFolder_OCRLanguages = 20, };
Constants
- PXV_StdFolder_Root
- Identifies the program's main folder.
- PXV_StdFolder_Preferences
- By default, identifies the folder:
- <Root>\Preferences\
- Not used for now.
- PXV_StdFolder_BatchSequences
- By default identifies the folder, like:
- <Root>\BatchSequences\ folder.
- Not used for now.
- PXV_StdFolder_Documents
- Identifies the standard user's personal Documents folder. By default:
- c:\Users\<User>\Documents\
- PXV_StdFolder_JavaScripts
- Identifies the folder containing start-up Java Scripts. By default:
- <Root>\JavaScripts\
- PXV_StdFolder_Stamps
- Identifies the folder containing installed stamp-collections. By default:
- <Root>\Stamps\
- PXV_StdFolder_Dictionaries
- Identifies the folder containing installed spell-check dictionaries. By default:
- <Root>\Dictionaries\
- PXV_StdFolder_Languages
- Identifies the folder containing supported languages for UI-localizations. By default:
- <Root>\Languages\
- PXV_StdFolder_Themes
- Identifies the folder containing additional UI-themes. By default:
- <Root>\Themes\
- PXV_StdFolder_Plugins
- Identifies the folder containing installed plug-ins. By default:
- <Root>\Plugins.x86\ - for 32-bit application
- <Root>\Plugins.x64\ - for 64-bit application
- PXV_StdFolder_Help
- Identifies the folder containing help files. By default:
- <Root>\Help\
- PXV_StdFolder_Temp
- Identifies the folder for temporary files. For example:
- c:\Temp\PDFXEdit\
- PXV_StdFolder_Resource
- Identifies the folder additional resources. For example:
- c:\Temp\PDFXEdit\
- Not used for now.
- PXV_StdFolder_Update
- Identifies the folder for application updating. By default:
- <Root>\Update\
- Not used for now.
- PXV_StdFolder_XMPCustomDlg
- Identifies the folder that may contain the resources for extending/customizing the XMP-dialogs, in document preferences. By default:
- <Root>\XMP\Custom File Info Panels\
- PXV_StdFolder_SearchProviderIcons
- Identifies the folder that is used for caching the icons of online search-providers. By default:
- <Root>\SearchProviderIcons\
- PXV_StdFolder_Security
- Identifies the folder the storage of additional security data. By default:
- <Root>\Security\
- PXV_StdFolder_PortfolioNavigators
- Identifies the folder containing additional portfolio navigators. By default:
- <Root>\Navigators\
- PXV_StdFolder_Presets
- Identifies the folder contain custom presets of settings. By default:
- <Root>\Presets\
- Not used for now.
- PXV_StdFolder_PluginsData
- Identifies the folder for the storage of additional data from plug-ins. By default:
- <Root>\PluginsData\
- PXV_StdFolder_OCRLanguages
- Identifies the folder containing additional OCR-dictionaries. By default:
- <Root>\OCRLanguages\