PdfTextWidget Draw Method |
| Name | Description | |
|---|---|---|
|
|
Draw(PdfCanvas) |
Draws an element on the Graphics.
(Inherited from
PdfGraphicsWidget
.)
|
|
|
Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
(Inherited from
PdfGraphicsWidget
.)
|
|
|
Draw(PdfPageBase, PointF) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfPageBase, RectangleF) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfCanvas, Single, Single) |
Draws an element on the Graphics.
(Inherited from
PdfGraphicsWidget
.)
|
|
|
Draw(PdfNewPage, PointF, PdfTextLayout) |
Draws the text on the page.
|
|
|
Draw(PdfNewPage, RectangleF, PdfTextLayout) |
Draws the text on the page.
|
|
|
Draw(PdfPageBase, PointF, PdfTextLayout) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfPageBase, RectangleF, PdfTextLayout) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfPageBase, RectangleF, Boolean) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfPageBase, Single, Single) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|
|
|
Draw(PdfNewPage, PointF, Single, PdfTextLayout) |
Draws the text on the page.
|
|
|
Draw(PdfPageBase, Single, Single, PdfTextLayout) |
Draws the element on the page.
(Inherited from
PdfLayoutWidget
.)
|