This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.PrinterPageCount Method (ArcObjects .NET 10.4 SDK) |
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