IPXC_Bookmark::PDFObject Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Bookmark::PDFObject Property}} | {{#customTitle:IPXC_Bookmark::PDFObject Property}} | ||
+ | {{#parentPage:PXV:IPXC_Bookmark#Properties|PDFObject|property}} | ||
+ | {{ToReview}} | ||
Gets bookmark's [[PXV:IPXS_PDFVariant|object]] from the PDF structure. | Gets bookmark's [[PXV:IPXS_PDFVariant|object]] from the PDF structure. | ||
== 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** pPDFObject); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Bookmark|IPXC_Bookmark]] |
Latest revision as of 02:21, 15 June 2015
Gets bookmark's object from the PDF structure.
Syntax
HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** pPDFObject);