PDFCheckBox

From Xojo Documentation

Class (inherits from PDFButton)


New in 2021r3

A standard checkbox control that can be embedded into a PDFDocument.


Properties
Value
Constructors

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


Notes

Only the checkbox itself is drawn. If you want a label, you'll have to draw that yourself.

Compatibility

All project types on all supported operating systems.

See Also

PDFButton class, PDFDocument.AddControl method.