ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.PrintView Method

Send the current map or page layout view to the printer.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Sends the view to either the system default printer or the last printer selected in either the esriARGlobeWindowsPageSetup or esriARGlobeWindowsPrinter window.

Remarks

The PrintView method will return an error if the currently loaded document was not published with permission to Print. Use the IARGlobeControl::HasDocumentPermission method to determine this.

See Also

IARGlobeControl Interface