ChoiceWidgetKind Enumeration |
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum ChoiceWidgetKind
Public Enumeration ChoiceWidgetKind
Members
| Member name | Description |
---|
| ListBox |
The choices will be represented as a list of lines.
|
| PopupSelection |
The choices will be displayed as a pop-up menu.
|
| PopupSelectionWithText |
The choices will be displayed as a pop-up menu with a text field for typing a name of an element.
|
See Also