IPXC_Page::PDFObject Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval]  IPXS_PDFVariant**  ppPDFObject);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval]  IPXS_PDFVariant**  pPDFObject);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Page|IPXC_Page]]
 
[[PXV:IPXC_Page|IPXC_Page]]

Revision as of 02:21, 4 June 2015


Property PDFObject of interface IPXC_Page returns Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_PDFObject([out, retval]  IPXS_PDFVariant**  pPDFObject);

See Also

IPXC_Page