This document is archived and information here might be outdated.  Recommended version.


IGxViewPrint Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxViewPrint Interface
ArcGIS Developer Help

IGxViewPrint Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property IsPrintable Indicates if the view can be printed.
Method Print Prints the view.

Classes that implement IGxViewPrint

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.