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 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PDFObject''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
+
Property '''pPDFObject''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval]  IPXS_PDFVariant**  PDFObject);
+
<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]]

Latest revision as of 03:32, 15 June 2015


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

Syntax

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

See Also

IPXC_Page