Documents for PDF, .NET Edition Documentation
Draw Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : Draw 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.
Draws the page on a GrapeCity.Documents.Drawing.GcGraphics.
Syntax
'Declaration
 
Public Sub Draw( _
   ByVal graphics As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   Optional ByVal drawAnnotations As System.Boolean, _
   Optional ByVal drawFormFields As System.Boolean _
) 
public void Draw( 
   GcGraphics graphics,
   System.Drawing.RectangleF bounds,
   System.bool drawAnnotations,
   System.bool drawFormFields
)

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.
See Also

Reference

Page Class
Page Members