Provides access to members that control the printing of a GxView object.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
IsPrintable | Indicates if the view can be printed. | |
Prints the view. |
CoClasses that implement IGxViewPrint
CoClasses and Classes | Description |
---|---|
GxDocumentationView | GxView that represents the metadata view. |
GxTableView | GxView that represents the table contents view. |
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.