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


IPrinterMPage.StartMapDocument Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinterMPage Interface > IPrinterMPage.StartMapDocument Method
ArcGIS Developer Help

IPrinterMPage.StartMapDocument Method

Begin map document. Document consists of one or more pages.

[Visual Basic .NET]
Public Sub StartMapDocument ( _
)
[C#]
public void StartMapDocument (
);
[C++]
HRESULT StartMapDocument(
void
);

Product Availability

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

See Also

IPrinterMPage Interface