com.esri.arcgis.catalogUI
Interface IGxViewPrint

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDocumentationView, GxTableView, IGxViewPrintProxy

public interface IGxViewPrint
extends Serializable

Provides access to members that control the printing of a GxView object.

Remarks

GxViews optionally support the IGxViewPrint interface, to allow the user to print the current display. This is especially handy for the metadata view (described below), as it allows users to create scripts to print nicely formatted metadata for a batch of objects at once.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isPrintable()
          Indicates if the view can be printed.
 void print()
          Prints the view.
 

Method Detail

isPrintable

boolean isPrintable()
                    throws IOException,
                           AutomationException
Indicates if the view can be printed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The isPrintable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

print

void print()
           throws IOException,
                  AutomationException
Prints the view.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.