IPXC_Document::Props Property

From PDF XChange PDF SDK
Revision as of 02:37, 16 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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