Click or drag to resize

PdfTable 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(PdfCanvas, RectangleF)
Draws an element on the Graphics.
Public method Draw(PdfNewPage, PointF)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, RectangleF)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, PointF)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfCanvas, PointF, Single)
Draws an element on the Graphics.
Public method Draw(PdfCanvas, Single, Single)
Draws an element on the Graphics.
(Overrides PdfGraphicsWidget Draw(PdfCanvas, Single, Single) .)
Public method Draw(PdfNewPage, PointF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, RectangleF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, Single, Single)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, PointF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF, Boolean)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, Single, Single)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfCanvas, Single, Single, Single)
Draws an element on the Graphics.
Public method Draw(PdfNewPage, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, Single, Single, Single)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfNewPage, Single, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Top
See Also