HiQPdf Documentation

PdfFormFieldsCollectionItem Property (Int32)

Quickly Create High Quality PDFs
Returns the form field at a given index in collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormField this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The form field index in collection

Return Value

Type: PdfFormField
The form field at the given index
See Also

Reference