IPXC_Document::SrcInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''SrcInfo''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] containing source document information.
+
Property '''SrcInfo''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] containing source document information (file name, document's title etc.).
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 01:16, 16 March 2016


Property SrcInfo of interface IPXC_Document returns Pointer to IPXC_DocSrcInfo containing source document information (file name, document's title etc.).

Syntax

HRESULT get_SrcInfo([out, retval]  IPXC_DocSrcInfo**  pInfo);

See Also

IPXC_Document