PXV_StdFolderID Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by the same user not shown) | |||
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}} | ||
− | + | {{ToWrite}} | |
+ | {{ToReview}} | ||
Identifies special program folders. | Identifies special program folders. | ||
Line 31: | Line 32: | ||
PXV_StdFolder_PluginsData = 19, | PXV_StdFolder_PluginsData = 19, | ||
PXV_StdFolder_OCRLanguages = 20, | PXV_StdFolder_OCRLanguages = 20, | ||
+ | PXV_StdFolder_Snippets = 21, | ||
+ | PXV_StdFolder_Common = 22, | ||
+ | PXV_StdFolder_EOCRLanguages = 23, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 123: | Line 127: | ||
:Identifies the folder containing additional OCR-dictionaries. By default: | :Identifies the folder containing additional OCR-dictionaries. By default: | ||
::<tt><Root>\OCRLanguages\</tt> | ::<tt><Root>\OCRLanguages\</tt> | ||
− | + | ;PXV_StdFolder_Snippets | |
+ | :The ... | ||
+ | ;PXV_StdFolder_Common | ||
+ | :The ... | ||
+ | ;PXV_StdFolder_EOCRLanguages | ||
+ | :The ... | ||
== 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]] |
Latest revision as of 23:59, 8 May 2019
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, PXV_StdFolder_Snippets = 21, PXV_StdFolder_Common = 22, PXV_StdFolder_EOCRLanguages = 23, };
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\
- PXV_StdFolder_Snippets
- The ...
- PXV_StdFolder_Common
- The ...
- PXV_StdFolder_EOCRLanguages
- The ...