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)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageRegion::PageIndex Property}}
 
{{#customTitle:IPXV_PageRegion::PageIndex Property}}
{{#parentPage:PXV:IPXV_PageRegion|property}}
+
{{#parentPage:PXV:IPXV_PageRegion|PageIndex Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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* pPageIndex);
HRESULT put_PageIndex([in] ULONG pPageIndex);
+
HRESULT put_PageIndex([in] ULONG pPageIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_PageRegion|IPXV_PageRegion]].
 
See also [[PXV:IPXV_PageRegion|IPXV_PageRegion]].

Revision as of 06:29, 23 April 2015


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

Syntax

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

See Also

See also IPXV_PageRegion.