PXV_StdFolderID Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 31: | Line 31: | ||
PXV_StdFolder_PluginsData = 19, | PXV_StdFolder_PluginsData = 19, | ||
PXV_StdFolder_OCRLanguages = 20, | PXV_StdFolder_OCRLanguages = 20, | ||
− | |||
}; | }; | ||
</pre> | </pre> | ||
Line 125: | Line 124: | ||
::<tt><Root>\OCRLanguages\</tt> | ::<tt><Root>\OCRLanguages\</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 00:00, 5 June 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, };
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>\OCRLanguages\