Overload List
| Name | Description |
|---|---|
| Draw(PdfCanvas) |
Draws an element on the Graphics.
|
| Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
|
| Draw(PdfPageBase, PointF) |
Draws the element on the page.
|
| Draw(PdfPageBase, RectangleF) |
Draws the element on the page.
|
| Draw(PdfCanvas, Single, Single) |
Draws an list on the Graphics.
(Overrides PdfGraphicsWidget.Draw(PdfCanvas, Single, Single).) |
| 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(PdfPageBase, Single, Single, PdfTextLayout) |
Draws the element on the page.
|