PXC_DocumentInfoKey Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DocumentInfoKey Enumeration}}
 
{{#customTitle:PXC_DocumentInfoKey Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_DocumentInfoKey|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentInfoKey
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentInfoKey
 
{
 
{
     DocInfo_Title = 0;
+
     DocInfo_Title       = 0,
     DocInfo_Author = 1;
+
     DocInfo_Author       = 1,
     DocInfo_Subject = 2;
+
     DocInfo_Subject     = 2,
     DocInfo_Keywords = 3;
+
     DocInfo_Keywords     = 3,
     DocInfo_Creator = 4;
+
     DocInfo_Creator     = 4,
     DocInfo_Producer = 5;
+
     DocInfo_Producer     = 5,
     DocInfo_CreatorTool = 6;
+
     DocInfo_CreatorTool = 6,
     DocInfo_CreationDate = 7;
+
     DocInfo_CreationDate = 7,
     DocInfo_ModDate = 8;
+
     DocInfo_ModDate     = 8,
     _DocInfo_Last_ = 9;
+
     _DocInfo_Last_       = 9,
 
};
 
};
 
</pre>
 
</pre>
Line 43: Line 47:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_DocumentInfo_InfoStr|IPXC_DocumentInfo::InfoStr]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

enum PXC_DocumentInfoKey
{
    DocInfo_Title        = 0,
    DocInfo_Author       = 1,
    DocInfo_Subject      = 2,
    DocInfo_Keywords     = 3,
    DocInfo_Creator      = 4,
    DocInfo_Producer     = 5,
    DocInfo_CreatorTool  = 6,
    DocInfo_CreationDate = 7,
    DocInfo_ModDate      = 8,
    _DocInfo_Last_       = 9,
};

Constants

DocInfo_Title
The ...
DocInfo_Author
The ...
DocInfo_Subject
The ...
DocInfo_Keywords
The ...
DocInfo_Creator
The ...
DocInfo_Producer
The ...
DocInfo_CreatorTool
The ...
DocInfo_CreationDate
The ...
DocInfo_ModDate
The ...
_DocInfo_Last_
The ...

See Also

IPXC_DocumentInfo::InfoStr