IPXC_Annotation::PDFObject Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::PDFObject Property}}
 
{{#customTitle:IPXC_Annotation::PDFObject Property}}
{{#parentPage:PXV:IPXC_Annotation|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|PDFObject|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PDFObject''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
+
Property '''PDFObject''' has a pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] object that represents the annotation in PDF document. That is an ''indirect'' object with [[PXV:PXS_PDFVariantType|PVT_Dictionary]] type.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** pVar);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PDFObject([out, retval] IPXS_PDFVariant** pVar);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04: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);

See Also

IPXC_Annotation