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


ITableViewOutput.Output Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewOutput.Output Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewOutput Interface