Overload List

NameDescription
Draw(PdfCanvas)
Draws an element on the Graphics.
Draw(PdfCanvas, PointF)
Draws an element on the Graphics.
Draw(PdfCanvas, RectangleF)
Draws an element on the Graphics.
Draw(PdfNewPage, PointF)
Draws the table starting from the specified page.
Draw(PdfNewPage, RectangleF)
Draws the table starting from the specified page.
Draw(PdfPageBase, PointF)
Draws the element on the page.
Draw(PdfPageBase, RectangleF)
Draws the element on the page.
Draw(PdfCanvas, PointF, Single)
Draws an element on the Graphics.
Draw(PdfCanvas, Single, Single)
Draws an element on the Graphics.
(Overrides PdfGraphicsWidget.Draw(PdfCanvas, Single, Single).)
Draw(PdfNewPage, PointF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Draw(PdfNewPage, RectangleF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Draw(PdfNewPage, Single, Single)
Draws the table starting from 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 an element on the Graphics.
Draw(PdfNewPage, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Draw(PdfNewPage, Single, Single, Single)
Draws the table starting from the specified page.
Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
Draw(PdfNewPage, Single, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.

See Also