This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewOutput Interface > ITableViewOutput.Output Method (ArcObjects .NET 10.5 SDK) |
Draw the table to the specified device context, and return windows enhanced metafile.
[Visual Basic .NET] Public Function Output ( _ ByVal hDC As Integer, _ ByVal dpi As Integer, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal startRow As Integer, _ ByVal startCol As Integer _ ) As Integer
[C#] public int Output ( int hDC, int dpi, int left, int top, int width, int height, int startRow, int startCol );