Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Interactive.FormsOption
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
Top
This class represents an option.
Inheritance Hierarchy
Apitron.PDF.Kit.Interactive.FormsOption
Namespace: Apitron.PDF.Kit.Interactive.Forms
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Option type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Option |
Initializes a new instance of the Option class.
|
Properties
Name | Description | |
---|---|---|
![]() | ExportValue |
Gets or sets the export value.
|
![]() | OptionName |
Gets or sets the name of the option.
|
![]() | Selected |
Gets or sets a value indicating whether this Option is selected.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Equalses the specified other.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | (String to Option) |
Performs an implicit conversion from String to Option.
|
![]() ![]() | (Option to String) |
Performs an implicit conversion from Option to String.
|
See Also