PDFButton.Action
From Xojo Documentation
Property (As PDFButton.Actions )
aPDFButton.Action = newPDFButton.ActionsValue
or
PDFButton.ActionsValue = aPDFButton.Action
New in 2021r3
Supported for all project types and targets.
or
PDFButton.ActionsValue = aPDFButton.Action
New in 2021r3
Supported for all project types and targets.
The action the button will take when pressed.
See the PDFButton.Actions enumeration for details.
See Also
PDFButton.Actions enumeration