CPDFWidgetControlType Constants Reference
| Declared in | CPDFButtonWidgetAnnotation.h | 
|---|
CPDFWidgetControlType
Definition
typedef NS_ENUM(NSInteger, CPDFWidgetControlType ) {
                            
                               CPDFWidgetUnknownControl = -1,
                            
                               CPDFWidgetPushButtonControl = 0,
                            
                               CPDFWidgetRadioButtonControl = 1,
                            
                               CPDFWidgetCheckBoxControl = 2,
                            
                            };