PdfWidgetControlType Enum

Definition

Enumerates annotation widget controls.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfWidgetControlType
type PdfWidgetControlType = 
Inheritance
PdfWidgetControlType
Attributes

Fields

CheckBox 2

Indicates a checkbox.

PushButton 0

Indicates a push button.

RadioButton 1

Indicates a radio button.

Unknown -1

Indicates that the control type is not known.

Applies to