Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class
Members

In This Topic
    TableRenderer Class
    In This Topic
    A helper class for drawing tables on a GcGraphics.

    This class is based on the layout engine (see GrapeCity.Documents.Layout.LayoutHost and related classes), and supports drawing simple or complex tables with merged, rotated, auto-sized, multilayer cells with customizable styles. Table cells can contain simple text, multi-formatted TextLayout, or owner-drawn content.

    Object Model
    TableRenderer Class
    Syntax
    'Declaration
     
    Public Class TableRenderer 
    public class TableRenderer 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Drawing.TableRenderer

    See Also