PdfTextSurfaceWriteTextAt Method (String, PdfPoint) |
Writes the text at the specified point.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void WriteTextAt(
string text,
PdfPoint point
)
Public Sub WriteTextAt (
text As String,
point As PdfPoint
)
Parameters
- text
- Type: SystemString
The text. - point
- Type: Atalasoft.PdfDoc.GeometryPdfPoint
The point to start writing the text at.
See Also