PSPDFButtonFlag
Objective-C
enum PSPDFButtonFlag {}
Swift
struct ButtonFlag : OptionSet
Form field flags specific to button fields, matching bit positions in the PDF specification.
-
Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagNoToggleToOff = 1 << (15 - 1)
Swift
static var noToggleToOff: ButtonFormElement.ButtonFlag { get }
-
Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagRadio = 1 << (16 - 1)
Swift
static var radio: ButtonFormElement.ButtonFlag { get }
-
Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagPushButton = 1 << (17 - 1)
Swift
static var pushButton: ButtonFormElement.ButtonFlag { get }
-
Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagRadiosInUnison = 1 << (26 - 1)
Swift
static var radiosInUnison: ButtonFormElement.ButtonFlag { get }