Click or drag to resize

ChoiceWidgetKind Enumeration

Determines how a ChoiceWidgetAnnotation will appear in the user interface.

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
Members
  Member nameDescription
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