IPXC_Annotation::Page Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Page''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Pointer to [[PXV:IPXC_Page|IPXC_Page]] ...
+
The property '''Page''' represents the [[PXV:IPXC_Page|page object]] of the page on which the annotation is located.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:05, 26 May 2015


The property Page represents the page object of the page on which the annotation is located.

Syntax

HRESULT get_Page([out, retval]  IPXC_Page**  ppPage);

See Also

IPXC_Annotation