In This Topic
Draws a PDF page.
Syntax
'Declaration
Public Shared Sub DrawPdfPage( _
ByVal As GcGraphics, _
ByVal As Page, _
ByVal As System.Drawing.RectangleF, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As RenderingCache, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public static void DrawPdfPage(
GcGraphics ,
Page ,
System.Drawing.RectangleF ,
System.bool ,
System.bool ,
RenderingCache ,
System.bool ,
System.bool
)
Parameters
- g
- The graphics to draw on.
- page
- The page to draw.
- bounds
- The draw bounds.
- drawAnnotations
- Indicates whether to draw annotations.
- drawFormFields
- Indicates whether to draw form fields.
- renderingCache
- A RenderingCache object that is used to cache objects created during rendering.
- print
- Indicates whether the image is generated for printing.
- ignoreErrors
- Indicates whether to ignore errors in the PDF content stream during rendering.
See Also