IPXC_Annotation::Page Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Page Property}}
 
{{#customTitle:IPXC_Annotation::Page Property}}
{{#parentPage:PXV:IPXC_Annotation|Page Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Page|property}}
{{ToWrite}}
+
 
{{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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Page([out, retval]  IPXC_Page**  ppPage);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Page([out, retval]  IPXC_Page**  pPage);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:48, 20 February 2017


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

Syntax

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

See Also

IPXC_Annotation