PdfWidgetControlType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates annotation widget controls.
[ObjCRuntime.Native]
public enum PdfWidgetControlType
[<ObjCRuntime.Native>]
type PdfWidgetControlType =
- Inheritance
-
PdfWidgetControlType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | -1 | Indicates that the control type is not known. |
| PushButton | 0 | Indicates a push button. |
| RadioButton | 1 | Indicates a radio button. |
| CheckBox | 2 | Indicates a checkbox. |