IPXC_Collection::PDFObject Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
Property '''PDFObject''' of interface [[PXV:IPXC_Collection|IPXC_Collection]] returns Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ... | Property '''PDFObject''' of interface [[PXV:IPXC_Collection|IPXC_Collection]] returns Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ... | ||
+ | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** | + | <pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** ppVar); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Collection|IPXC_Collection]]. | See also [[PXV:IPXC_Collection|IPXC_Collection]]. |
Revision as of 08:04, 21 April 2015
Property PDFObject of interface IPXC_Collection returns Pointer to IPXS_PDFVariant ...
Syntax
HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** ppVar);
See Also
See also IPXC_Collection.