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)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::PDFObject Property}}
 
{{#customTitle:IPXC_Page::PDFObject Property}}
{{#parentPage:PXV:IPXC_Page|PDFObject Property|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|PDFObject|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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**  ppPDFObject);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval]  IPXS_PDFVariant**  pPDFObject);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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