OptionsListItem Property (Int32)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the Option at the specified index.

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 override Option this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: Option
The Option.

Return Value

Type: Option

Implements

IListTItemInt32
See Also

Reference