Option Class
Class represents option of choice field.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FormsOption

Namespace: Aspose.Pdf.Forms
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Option

The Option type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets index of the option.
Public propertyName
Gets or sets name of option.
Public propertySelected
Gets or sets selected status of option. Returns true if option is selected.
Public propertyValue
Gets or sets option export value.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also