ArcObjects Library Reference (Output)  

IOutputPageOptionsAdmin.CurrentIndex Property

Index of the current page.

[Visual Basic .NET]
Public Property CurrentIndex As Integer
[C#]
public int CurrentIndex {get; set;}
[C++]
HRESULT get_CurrentIndex(
  long* index
);
[C++]
HRESULT put_CurrentIndex(
  long index
);
[C++]

Parameters

index [out, retval]   index is a parameter of type long index [in]   index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IOutputPageOptionsAdmin Interface