PDFButton

From Xojo Documentation

Class (inherits from PDFControl)


New in 2021r3

A standard button which can submit the values of the controls, reset them all or send the PDF as a file.

Properties
Action Caption URL
Constructors

Constructor(pageNumber As Integer, x As Integer, y As Integer, width As Integer, height As Integer)


Enumerations
Actions

Notes

Only the button caption is drawn. If you wish there to be a border, you must draw that yourself.

Compatibility

All project types on all supported operating systems.

See Also

PDFDocument.AddControl method, PDFControl class.