IPXC_Document::Props Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::Props Property}} | {{#customTitle:IPXC_Document::Props Property}} | ||
− | {{#parentPage:PXV:IPXC_Document|Props | + | {{#parentPage:PXV:IPXC_Document#Properties|Props|property}} |
− | + | ||
{{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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Props([out, retval] IPXC_DocumentProps** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Props([out, retval] IPXC_DocumentProps** pDocProps); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Document|IPXC_Document]] | + | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 01: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);