Draws the element on the page.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PdfPageBase
Current page where the element should be drawn.
- location
- PointF
Start location on the page.
- format
- PdfTextLayout
Lay outing format.
Return Value
PdfLayoutResultLay outing result.