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.