PDFTextArea

From Xojo Documentation

Class (inherits from PDFTextControl)


New in 2021r3

A standard editable text area which can contain multiple lines of text.

Constructors

Constructor(pageNumber As Integer, x As Integer, y As Integer, width as Integer, height As Integer, name As String, Optional Text As String = "")


Notes

No border is provided. If you want one, draw a rectangle around the control.

Compatibility

All project types on all supported operating systems.

See Also

PDFTextControl and PDFTextField classes.