The types of annotation buttons.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum PDFWidgetControlType
Public Enumeration PDFWidgetControlType
public enum class PDFWidgetControlType
| Member | Description |
|---|---|
| kPDFWidgetUnknownControl | Unknown control type. Available in Mac OS X v10.4 and later. |
| kPDFWidgetPushButtonControl | Push button control. Available in Mac OS X v10.4 and later. |
| kPDFWidgetRadioButtonControl | Radio button control. Available in Mac OS X v10.4 and later. |
| kPDFWidgetCheckBoxControl | Check box control. Available in Mac OS X v10.4 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)