PdfTextWidget
Draw Method (PdfNewPage, PointF, PdfTextLayout)
|
Draws the text 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 PdfTextLayoutResult Draw(
PdfNewPage page,
PointF location,
PdfTextLayout format
)
Public Function Draw (
page As PdfNewPage,
location As PointF,
format As PdfTextLayout
) As PdfTextLayoutResult
public:
PdfTextLayoutResult^ Draw(
PdfNewPage^ page,
PointF location,
PdfTextLayout^ format
)
member Draw :
page : PdfNewPage *
location : PointF *
format : PdfTextLayout -> PdfTextLayoutResult
Parameters
-
page
-
Type:
Spire.Pdf
PdfNewPage
Current page where the text 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:
PdfTextLayoutResult
Lay outing result.
See Also