IPXC_Annotation::PDFObject Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== 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** pVar); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:48, 20 February 2017
Property PDFObject has a pointer to IPXS_PDFVariant object that represents the annotation in PDF document. That is an indirect object with PVT_Dictionary type.
Syntax
HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** pVar);