IPXV_PageRegion::PageIndex 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 the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageRegion::PageIndex Property}}
 
{{#customTitle:IPXV_PageRegion::PageIndex Property}}
{{#parentPage:PXV:IPXV_PageRegion|PageIndex Property|property}}
+
{{#parentPage:PXV:IPXV_PageRegion#Properties|PageIndex|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PageIndex''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets  Value of ULONG ...
+
Property '''nPageIndex''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets  Value of ULONG ...
  
 
== 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);
HRESULT put_PageIndex([in]  ULONG  pPageIndex);
+
HRESULT put_PageIndex([in]  ULONG  nPageIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PageRegion|IPXV_PageRegion]].
+
[[PXV:IPXV_PageRegion|IPXV_PageRegion]]

Latest revision as of 04:02, 15 June 2015


Property nPageIndex of interface IPXV_PageRegion returns/sets Value of ULONG ...

Syntax

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

See Also

IPXV_PageRegion