Collapse All
Expand All
|
Language Filter: C#
Language Filter: Visual Basic
Language Filter: Visual C++
Language Filter: F#
C#
Visual Basic
Visual C++
F#
|
See Also
Spire.Pdf API
PdfGrid
.
.
::
Draw Method
Overload List
Name
Description
Draw(PdfCanvas)
Draws an element on the Graphics.
Draw(PdfCanvas, PointF)
Draws an element on the Graphics.
Draw(PdfCanvas, RectangleF)
Draws the specified graphics.
Draw(PdfNewPage, PointF)
Draws the specified page.
Draw(PdfNewPage, RectangleF)
Draws the specified page.
Draw(PdfPageBase, PointF)
Draws the element on the page.
Draw(PdfPageBase, RectangleF)
Draws the element on the page.
Draw(PdfCanvas, Single, Single)
Draws an element on the Graphics.
Draw(PdfCanvas, PointF, Single)
Draws the specified graphics.
Draw(PdfNewPage, PointF, PdfGridLayoutFormat)
Draws the specified page.
Draw(PdfNewPage, RectangleF, PdfGridLayoutFormat)
Draws the specified page.
Draw(PdfNewPage, Single, Single)
Draws the specified page.
Draw(PdfPageBase, PointF, PdfTextLayout)
Draws the element on the page.
Draw(PdfPageBase, RectangleF, PdfTextLayout)
Draws the element on the page.
Draw(PdfPageBase, RectangleF, Boolean)
Draws the element on the page.
Draw(PdfPageBase, Single, Single)
Draws the element on the page.
Draw(PdfCanvas, Single, Single, Single)
Draws the specified graphics.
Draw(PdfNewPage, Single, Single, PdfGridLayoutFormat)
Draws the specified page.
Draw(PdfNewPage, Single, Single, Single)
Draws the specified page.
Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
Draw(PdfNewPage, Single, Single, Single, PdfGridLayoutFormat)
Draws the specified page.
See Also
PdfGrid Class
Spire.Pdf.Grid Namespace