ArcObjects Library Reference (CatalogUI)  

IGxViewPrint Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property IsPrintable Indicates if the view can be printed.
Method Print 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.