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


IPage.PrinterPageCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.PrinterPageCount Method
ArcGIS Developer Help

IPage.PrinterPageCount Method

The number of printer pages spanned by the page.

[Visual Basic .NET]
Public Sub PrinterPageCount ( _
    ByVal Printer As IPrinter, _
    ByVal Overlap As Double, _
    ByRef PageCount As Int16& _
)
[C#]
public void PrinterPageCount (
    IPrinter Printer,
    double Overlap,
    ref Int16& PageCount
);
[C++]
HRESULT PrinterPageCount(
  IPrinter* Printer,
  double Overlap,
  System.Int16* PageCount
);
[C++]
Parameters
Printer [in]

Printer is a parameter of type IPrinter* Overlap [in]
Overlap is a parameter of type double PageCount [out]
PageCount is a parameter of type short*

Product Availability

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

See Also

IPage Interface