OptionsListItem Property (String, String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the Option with the specified option name.

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 this[
	string optionName,
	string exportValue
] { get; }

Parameters

optionName
Type: SystemString
Name of the option.
exportValue
Type: SystemString
The export value.

Property Value

Type: Option
The Option.

Return Value

Type: Option
See Also

Reference