ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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.

See Also

IARGlobeControlDefault Interface