Click or drag to resize

PdfLayoutWidget Draw Method

Overload List
Name Description
Public method Draw(PdfCanvas)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget .)
Public method Draw(PdfCanvas, PointF)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget .)
Public method Draw(PdfPageBase, PointF)
Draws the element on the page.
Public method Draw(PdfPageBase, RectangleF)
Draws the element on the page.
Public method Draw(PdfCanvas, Single, Single)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget .)
Public method Draw(PdfPageBase, PointF, PdfTextLayout)
Draws the element on the page.
Public method Draw(PdfPageBase, RectangleF, PdfTextLayout)
Draws the element on the page.
Public method Draw(PdfPageBase, RectangleF, Boolean)
Draws the element on the page.
Public method Draw(PdfPageBase, Single, Single)
Draws the element on the page.
Public method Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
Top
See Also