Option Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Option class.

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 Option(
	string optionName,
	string exportValue = null,
	bool selected = false
)

Parameters

optionName
Type: SystemString
Name of the option.
exportValue (Optional)
Type: SystemString
The export value.
selected (Optional)
Type: SystemBoolean
if set to true [selected].
See Also

Reference