PSPDFButtonFlag
Objective-C
enum PSPDFButtonFlag : NSUInteger {}
Swift
struct ButtonFlag : OptionSet, @unchecked Sendable
Form field flags specific to button fields, matching bit positions in the PDF specification.
These values are not used in PSPDFKit API. Use the properties on ButtonFormField
instead.
-
Deprecated
Deprecated in PSPDFKit 10.4 for iOS. These values are not used. Use the properties on
ButtonFormField
instead.Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagNoToggleToOff = 1 << (15 - 1)
Swift
static var noToggleToOff: ButtonFormElement.ButtonFlag { get }
-
Deprecated
Deprecated in PSPDFKit 10.4 for iOS. These values are not used. Use the properties on
ButtonFormField
instead.Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagRadio = 1 << (16 - 1)
Swift
static var radio: ButtonFormElement.ButtonFlag { get }
-
Deprecated
Deprecated in PSPDFKit 10.4 for iOS. These values are not used. Use the properties on
ButtonFormField
instead.Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagPushButton = 1 << (17 - 1)
Swift
static var pushButton: ButtonFormElement.ButtonFlag { get }
-
Deprecated
Deprecated in PSPDFKit 10.4 for iOS. These values are not used. Use the properties on
ButtonFormField
instead.Acrobat does not seem to support this.
Declaration
Objective-C
PSPDFButtonFlagRadiosInUnison = 1 << (26 - 1)
Swift
static var radiosInUnison: ButtonFormElement.ButtonFlag { get }