PdfLayoutWidget
Draw Method (PdfPageBase, PointF, PdfTextLayout)
|
Draws the element on the page.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutResult Draw(
PdfPageBase page,
PointF location,
PdfTextLayout format
)
Public Function Draw (
page As PdfPageBase,
location As PointF,
format As PdfTextLayout
) As PdfLayoutResult
public:
PdfLayoutResult^ Draw(
PdfPageBase^ page,
PointF location,
PdfTextLayout^ format
)
member Draw :
page : PdfPageBase *
location : PointF *
format : PdfTextLayout -> PdfLayoutResult
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
Current page where the element should be drawn.
-
location
-
Type:
System.Drawing
PointF
Start location on the page.
-
format
-
Type:
Spire.Pdf.Graphics
PdfTextLayout
Lay outing format.
Return Value
Type:
PdfLayoutResult
Lay outing result.
See Also