Option Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an option.
Inheritance Hierarchy

SystemObject
  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

public sealed class Option : IEquatable<Option>

The Option type exposes the following members.

Constructors

  NameDescription
Public methodOption
Initializes a new instance of the Option class.
Top
Properties

  NameDescription
Public propertyExportValue
Gets or sets the export value.
Public propertyOptionName
Gets or sets the name of the option.
Public propertySelected
Gets or sets a value indicating whether this Option is selected.
Top
Methods

  NameDescription
Public methodEquals
Equalses the specified other.
Top
Operators

  NameDescription
Public operatorStatic member(String to Option)
Performs an implicit conversion from String to Option.
Public operatorStatic member(Option to String)
Performs an implicit conversion from Option to String.
Top
See Also

Reference