IPXC_Annotation::PageIndex Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::PageIndex Property}}
 
{{#customTitle:IPXC_Annotation::PageIndex Property}}
{{#parentPage:PXV:IPXC_Annotation#Properties|PageIndex Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|PageIndex|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PageIndex''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Value of ULONG ...
+
Represents a page index of the page on which the annotation is located.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval]  ULONG*  pPageIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval]  ULONG*  nPageIndex);
 
</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


Represents a page index of the page on which the annotation is located.

Syntax

HRESULT get_PageIndex([out, retval]  ULONG*  nPageIndex);

See Also

IPXC_Annotation