IPXC_DocumentInfo Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo Interface}}
 
{{#customTitle:IPXC_DocumentInfo Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_DocumentInfo|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] interface allows getting specific information about PDF document.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
|-
+
| [[PXV:IPXC_DocumentInfo_DateToPDFDate|DateToPDFDate]]
+
| ...
+
 
|-
 
|-
 
| [[PXV:IPXC_DocumentInfo_GetInfoVar|GetInfoVar]]
 
| [[PXV:IPXC_DocumentInfo_GetInfoVar|GetInfoVar]]
| ...
+
| [[PXV:IPXC_DocumentInfo_SetCreationDate|SetCreationDate]]
|-
+
| [[PXV:IPXC_DocumentInfo_PDFDateToDate|PDFDateToDate]]
+
| ...
+
|-
+
 
| [[PXV:IPXC_DocumentInfo_SetInfoVar|SetInfoVar]]
 
| [[PXV:IPXC_DocumentInfo_SetInfoVar|SetInfoVar]]
| ...
+
| [[PXV:IPXC_DocumentInfo_SetModificationDate|SetModificationDate]]
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_DocumentInfo_CreationDate|CreationDate]]
 
| [[PXV:IPXC_DocumentInfo_CreationDate|CreationDate]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_DocumentInfo_InfoStr|InfoStr]]
 
| [[PXV:IPXC_DocumentInfo_InfoStr|InfoStr]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IPXC_DocumentInfo_ModificationDate|ModificationDate]]
 
| [[PXV:IPXC_DocumentInfo_ModificationDate|ModificationDate]]
| style="text-align: center" | R
+
| [[PXV:IPXC_DocumentInfo_Trapped|Trapped]]
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_Info|IPXC_Document::Info]]

Latest revision as of 02:10, 20 October 2015

IPXC_DocumentInfo interface allows getting specific information about PDF document.

Methods

GetInfoVar SetCreationDate SetInfoVar SetModificationDate

Properties

CreationDate InfoStr ModificationDate Trapped

See Also

IPXC_Document::Info