Click or drag to resize
Pdftools logo

TextGenerator Methods

The TextGenerator type exposes the following members.

Methods
 NameDescription
Public methodDispose

Close the object

Release all native resources associated with the object.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodGetWidth

Get the width of a text string.

The width of a text string as if it would be shown with the current settings.
Public methodMoveTo

Move the current position.

This also also sets the beginning of the current line to the specified position, which will affect the ShowLine(String) method.
Public methodShow

Show a text string.

The text is shown using the current settings.
Public methodShowLine

Show a text string and go to the next line.

Top
See Also