PdfTextSurfaceSetTextPoint Method |
Sets the text start point.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic abstract void SetTextPoint(
PdfPoint point
)
Public MustOverride Sub SetTextPoint (
point As PdfPoint
)
Parameters
- point
- Type: Atalasoft.PdfDoc.GeometryPdfPoint
The text start point.
See Also