PXV_StdFolderID Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Identifies the special program folders.
  
 
== Syntax ==
 
== Syntax ==
Line 38: Line 38:
 
== Constants ==
 
== Constants ==
 
;PXV_StdFolder_Root
 
;PXV_StdFolder_Root
:The program's main folder. For example:
+
:Identifies the program's main folder.
::<tt>c:\Program Files\Tracker Software\PDF Editor\</tt>
+
 
 
;PXV_StdFolder_Preferences
 
;PXV_StdFolder_Preferences
:Identifies the folder:
+
:By default identifies the folder:
:<tt><Root>\Preferences\</tt>
+
::<tt><Root>\Preferences\</tt>
 +
:Not used for now.
 +
 
 
;PXV_StdFolder_BatchSequences
 
;PXV_StdFolder_BatchSequences
:The <tt><Root>\BatchSequences\</tt> folder.
+
:By default identifies the folder like:
 +
::<tt><Root>\BatchSequences\</tt> folder.
 +
:Not used for now.
 +
 
 
;PXV_StdFolder_Documents
 
;PXV_StdFolder_Documents
:The ...
+
:Identifies the standard user's personal '''Documents''' folder. By default:
 +
::<tt>c:\Users\<User>\Documents\</tt>
 +
 
 
;PXV_StdFolder_JavaScripts
 
;PXV_StdFolder_JavaScripts
:The ...
+
:Identifies the folder with start-up Java Scripts. By default:
 +
::<tt><Root>\JavaScripts\</tt>
 +
 
 
;PXV_StdFolder_Stamps
 
;PXV_StdFolder_Stamps
:The ...
+
:Identifies the folder with installed stamp-collectios. By default:
 +
::<tt><Root>\JavaScripts\</tt>
 +
 
 
;PXV_StdFolder_Dictionaries
 
;PXV_StdFolder_Dictionaries
 
:The ...
 
:The ...

Revision as of 15:48, 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
The ...
PXV_StdFolder_Languages
The ...
PXV_StdFolder_Themes
The ...
PXV_StdFolder_Plugins
The ...
PXV_StdFolder_Help
The ...
PXV_StdFolder_Temp
The ...
PXV_StdFolder_Resource
The ...
PXV_StdFolder_Update
The ...
PXV_StdFolder_XMPCustomDlg
The ...
PXV_StdFolder_SearchProviderIcons
The ...
PXV_StdFolder_Security
The ...
PXV_StdFolder_PortfolioNavigators
The ...
PXV_StdFolder_Presets
The ...
PXV_StdFolder_PluginsData
The ...
PXV_StdFolder_OCRLanguages
The ...
_PXV_StdFolder_Max_
The ...

See Also

IPXV_Inst::GetStdFolder, IPXV_Inst::SetStdFolder