Draw(GcGraphics,RectangleF,ViewState,Boolean,Boolean,RenderingCache,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Draw( _
ByVal As GcGraphics, _
ByVal As System.Drawing.RectangleF, _
ByVal As ViewState, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As RenderingCache, _
Optional ByVal As System.Boolean _
)
public void Draw(
GcGraphics ,
System.Drawing.RectangleF ,
ViewState ,
System.bool ,
System.bool ,
RenderingCache ,
System.bool
)
Parameters
- graphics
- The GrapeCity.Documents.Drawing.GcGraphics on which to draw the page.
- bounds
- The draw bounds.
- viewState
- The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content would be considered.
- 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.
- ignoreErrors
- Indicates whether to ignore errors in PDF content stream during rendering.
See Also