Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / DrawAnnotations Method / DrawAnnotations(GcGraphics,RectangleF,RenderingCache) Method
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
The draw bounds.
The RenderingCache object used to cache objects created during rendering.

In This Topic
    DrawAnnotations(GcGraphics,RectangleF,RenderingCache) Method
    In This Topic
    Draws all page annotations on a GrapeCity.Documents.Drawing.GcGraphics.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawAnnotations( _
       ByVal graphics As GcGraphics, _
       ByVal bounds As System.Drawing.RectangleF, _
       Optional ByVal renderingCache As RenderingCache _
    ) 
    public void DrawAnnotations( 
       GcGraphics graphics,
       System.Drawing.RectangleF bounds,
       RenderingCache renderingCache
    )

    Parameters

    graphics
    The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
    bounds
    The draw bounds.
    renderingCache
    The RenderingCache object used to cache objects created during rendering.
    See Also