IPXV_PageTextSelection::PageIndex Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PageIndex''' of interface [[PXV:IPXV_PageTextSelection|IPXV_PageTextSelection]] returns  Value of ULONG ...
+
Property '''nPageIndex''' of interface [[PXV:IPXV_PageTextSelection|IPXV_PageTextSelection]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval]  ULONG*  PageIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageIndex([out, retval]  ULONG*  nPageIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_PageTextSelection|IPXV_PageTextSelection]]
 
[[PXV:IPXV_PageTextSelection|IPXV_PageTextSelection]]

Latest revision as of 04:06, 15 June 2015


Property nPageIndex of interface IPXV_PageTextSelection returns Value of ULONG ...

Syntax

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

See Also

IPXV_PageTextSelection