IPXC_Annotation::IndexOnPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::IndexOnPage Property}}
 
{{#customTitle:IPXC_Annotation::IndexOnPage Property}}
{{#parentPage:PXV:IPXC_Annotation|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|IndexOnPage|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IndexOnPage''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Value of LONG ...
+
The property '''IndexOnPage''' represents an index of the annotation of the page. If the annotation does not belongs to any page (i.e. it was removed) this property will have value of <tt>-1</tt>.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IndexOnPage([out, retval] LONG* pPageIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IndexOnPage([out, retval] LONG* nPageIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:47, 20 February 2017


The property IndexOnPage represents an index of the annotation of the page. If the annotation does not belongs to any page (i.e. it was removed) this property will have value of -1.

Syntax

HRESULT get_IndexOnPage([out, retval]  LONG*  nPageIndex);

See Also

IPXC_Annotation