IPXC_Document::Props Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::Props Property}}
 
{{#customTitle:IPXC_Document::Props Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|Props|property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|Props|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Props''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] ...
+
Property '''Props''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] containing document's properties (actions, pages layout, pages mode etc.).
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 02:37, 16 March 2016


Property Props of interface IPXC_Document returns Pointer to IPXC_DocumentProps containing document's properties (actions, pages layout, pages mode etc.).

Syntax

HRESULT get_Props([out, retval]  IPXC_DocumentProps**  pDocProps);

See Also

IPXC_Document