ArcObjects Library Reference (Output)  

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