PdfTextSurfaceBegin Method |
Begin starts the TextSurface and prepares it for writing. It must be called before using any other TextSurface operations.
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 abstract void Begin()
Public MustOverride Sub Begin
See Also