IPXC_Document::Info Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::Info Property}}
 
{{#customTitle:IPXC_Document::Info Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|Info|property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|Info|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Info''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] ...
+
Property '''Info''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] containing document information (creation/modification dates, info variable from the PDF structure).
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:28, 16 March 2016


Property Info of interface IPXC_Document returns Pointer to IPXC_DocumentInfo containing document information (creation/modification dates, info variable from the PDF structure).

Syntax

HRESULT get_Info([out, retval]  IPXC_DocumentInfo**  pDocInfo);

See Also

IPXC_Document