This document is archived and information here might be outdated.  Recommended version.


IOutputPageOptionsAdmin.PageCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IO > IOutputPageOptionsAdmin Interface > IOutputPageOptionsAdmin.PageCount Property
ArcGIS Developer Help

IOutputPageOptionsAdmin.PageCount Property

Indicates the number of pages to the export dialog. Other clients should use the PageIndex.PageCount.

[Visual Basic .NET]
Public Property PageCount As Integer
[C#]
public int PageCount {get; set;}
[C++]
HRESULT get_PageCount(
  System.Int32* Count
);
[C++]
HRESULT put_PageCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IOutputPageOptionsAdmin Interface