PXV_StdFolderID Enumeration
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 63: | Line 62: | ||
;PXV_StdFolder_Dictionaries | ;PXV_StdFolder_Dictionaries | ||
− | : | + | :Identifies the folder with installed spell-dictionaries. By default: |
+ | ::<tt><Root>\Dictionaries\</tt> | ||
+ | |||
;PXV_StdFolder_Languages | ;PXV_StdFolder_Languages | ||
− | : | + | :Identifies the folder with supported languages for UI-localozations. By default: |
+ | ::<tt><Root>\Languages\</tt> | ||
+ | |||
;PXV_StdFolder_Themes | ;PXV_StdFolder_Themes | ||
− | : | + | :Identifies the folder with additional UI-themes. By default: |
+ | ::<tt><Root>\Themes\</tt> | ||
+ | |||
;PXV_StdFolder_Plugins | ;PXV_StdFolder_Plugins | ||
− | : | + | :Identifies the folder with installed plug-ins. By default: |
+ | ::<tt><Root>\Plugins.x86\</tt> - for 32-bit application | ||
+ | ::<tt><Root>\Plugins.x64\</tt> - for 64-bit application | ||
+ | |||
+ | |||
;PXV_StdFolder_Help | ;PXV_StdFolder_Help | ||
− | : | + | :Identifies the folder with help files. By default: |
+ | ::<tt><Root>\Help\</tt> | ||
+ | |||
;PXV_StdFolder_Temp | ;PXV_StdFolder_Temp | ||
− | : | + | :Identifies the folder for temporary files. For example: |
+ | ::<tt>c:\Temp\PDFXEdit\</tt> | ||
+ | |||
;PXV_StdFolder_Resource | ;PXV_StdFolder_Resource | ||
− | : | + | :Identifies the folder additional resources. For example: |
+ | ::<tt>c:\Temp\PDFXEdit\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_Update | ;PXV_StdFolder_Update | ||
− | : | + | :Identifies the folder for program updating. By default: |
+ | ::<tt><Root>\Update\</tt> | ||
+ | :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: |
+ | ::<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: |
+ | ::<tt><Root>\SearchProviderIcons\</tt> | ||
+ | |||
;PXV_StdFolder_Security | ;PXV_StdFolder_Security | ||
− | : | + | :Identifies the folder that is for keeping of additional security data. By default: |
+ | ::<tt><Root>\Security\</tt> | ||
+ | |||
;PXV_StdFolder_PortfolioNavigators | ;PXV_StdFolder_PortfolioNavigators | ||
− | : | + | :Identifies the folder with additional portfolio navigators. By default: |
+ | ::<tt><Root>\Navigators\</tt> | ||
+ | |||
;PXV_StdFolder_Presets | ;PXV_StdFolder_Presets | ||
− | : | + | :Identifies the folder with custom presets of setting. By default: |
+ | ::<tt><Root>\Presets\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_PluginsData | ;PXV_StdFolder_PluginsData | ||
− | : | + | :Identifies the folder for additional data from plug-ins. By default: |
+ | ::<tt><Root>\PluginsData\</tt> | ||
+ | |||
;PXV_StdFolder_OCRLanguages | ;PXV_StdFolder_OCRLanguages | ||
− | : | + | :Identifies the folder with additional OCR-dictionaries. By default: |
− | + | ::<tt><Root>\PluginsData\</tt> | |
− | : | + | |
== See Also == | == See Also == | ||
[[PXV:IPXV_Inst_GetStdFolder|IPXV_Inst::GetStdFolder]], [[PXV:IPXV_Inst_SetStdFolder|IPXV_Inst::SetStdFolder]] | [[PXV:IPXV_Inst_GetStdFolder|IPXV_Inst::GetStdFolder]], [[PXV:IPXV_Inst_SetStdFolder|IPXV_Inst::SetStdFolder]] |
Revision as of 16:08, 25 May 2015
Identifies the 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, _PXV_StdFolder_Max_ = 21, };
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 with start-up Java Scripts. By default:
- <Root>\JavaScripts\
- PXV_StdFolder_Stamps
- Identifies the folder with installed stamp-collectios. By default:
- <Root>\JavaScripts\
- PXV_StdFolder_Dictionaries
- Identifies the folder with installed spell-dictionaries. By default:
- <Root>\Dictionaries\
- PXV_StdFolder_Languages
- Identifies the folder with supported languages for UI-localozations. By default:
- <Root>\Languages\
- PXV_StdFolder_Themes
- Identifies the folder with additional UI-themes. By default:
- <Root>\Themes\
- PXV_StdFolder_Plugins
- Identifies the folder with 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 with 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 program 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 for caching the icons of online search-providers. By default:
- <Root>\SearchProviderIcons\
- PXV_StdFolder_Security
- Identifies the folder that is for keeping of additional security data. By default:
- <Root>\Security\
- PXV_StdFolder_PortfolioNavigators
- Identifies the folder with additional portfolio navigators. By default:
- <Root>\Navigators\
- PXV_StdFolder_Presets
- Identifies the folder with custom presets of setting. By default:
- <Root>\Presets\
- Not used for now.
- PXV_StdFolder_PluginsData
- Identifies the folder for additional data from plug-ins. By default:
- <Root>\PluginsData\
- PXV_StdFolder_OCRLanguages
- Identifies the folder with additional OCR-dictionaries. By default:
- <Root>\PluginsData\