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


IPage.PrinterPageCount Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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,
  short* 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