This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IO > IOutputPageOptionsAdmin Interface > IOutputPageOptionsAdmin.SelectedPageCount Property (ArcObjects .NET 10.5 SDK) |
Indicates the number of selected pages to the export dialog. Other clients should use the PageIndex.PageCount.
[Visual Basic .NET] Public Property SelectedPageCount As Integer
[C#] public int SelectedPageCount {get; set;}
[C++]
HRESULT get_SelectedPageCount(
long* Count
);
[C++]
HRESULT put_SelectedPageCount(
long Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long Count [in] Count is a parameter of type long