Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Draw Method / Draw(GcGraphics,RectangleF,Boolean,Boolean,RenderingCache,Boolean,Boolean) Method
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the page.
The draw bounds.
Indicates whether to draw the annotations.
Indicates whether to draw the form fields.
The RenderingCache object used to cache objects created during rendering.
Indicates whether the image is generated for printing.
Indicates whether to ignore errors in PDF content stream during rendering.

In This Topic
    Draw(GcGraphics,RectangleF,Boolean,Boolean,RenderingCache,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal graphics As GcGraphics, _
       ByVal bounds As System.Drawing.RectangleF, _
       Optional ByVal drawAnnotations As System.Boolean, _
       Optional ByVal drawFormFields As System.Boolean, _
       Optional ByVal renderingCache As RenderingCache, _
       Optional ByVal print As System.Boolean, _
       Optional ByVal ignoreErrors As System.Boolean _
    ) 
    public void Draw( 
       GcGraphics graphics,
       System.Drawing.RectangleF bounds,
       System.bool drawAnnotations,
       System.bool drawFormFields,
       RenderingCache renderingCache,
       System.bool print,
       System.bool ignoreErrors
    )

    Parameters

    graphics
    The GrapeCity.Documents.Drawing.GcGraphics on which to draw the page.
    bounds
    The draw bounds.
    drawAnnotations
    Indicates whether to draw the annotations.
    drawFormFields
    Indicates whether to draw the form fields.
    renderingCache
    The RenderingCache object used to cache objects created during rendering.
    print
    Indicates whether the image is generated for printing.
    ignoreErrors
    Indicates whether to ignore errors in PDF content stream during rendering.
    See Also