Documents for PDF, .NET Edition Documentation
DrawAnnotations(GcGraphics,RectangleF) Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class > DrawAnnotations Method : DrawAnnotations(GcGraphics,RectangleF) Method
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
The draw bounds.
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 _
) 
public void DrawAnnotations( 
   GcGraphics graphics,
   System.Drawing.RectangleF bounds
)

Parameters

graphics
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
bounds
The draw bounds.
See Also

Reference

Page Class
Page Members
Overload List