Click or drag to resize

PageDraw Method

Draws the page context onto a graphics object.
Overload List
  NameDescription
Public methodCode exampleDraw(Graphics)
Draws the page content using default page boundary and render settings.
Public methodDraw(Graphics, PageBoundary)
Draws the page content using default render settings.
Public methodDraw(Graphics, RenderSettings)
Draws the page content using default page boundary.
Public methodDraw(Graphics, PageBoundary, RenderSettings)
Draws the page content.
Public methodDraw(Graphics, PageBoundary, RenderSettings, Int32)
Top
See Also