PdfOptionCollectionItem Property |
Gets or sets the element at the specified index.
Namespace:
RadPdf.Data.Document.Objects.FormFields.Options
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfOption this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfOption
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfOption to get or set.
Return Value
Type:
PdfOptionThe
PdfOption at the specified index.
See Also