'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, _ 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.
- Indicates whether the image is generated for printing.
- ignoreErrors
- Indicates whether to ignore errors in PDF content stream during rendering.