IPXC_Annotation::PDFObject Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{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_VariantType|PVT_Dictionary]] type.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 10:30, 27 May 2015


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**  ppVar);

See Also

IPXC_Annotation