PdfFormFieldsCollectionItem(Int32) Property

Returns the form field at a given index in collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormField this[
	int index
] { get; }

Parameters

index  Int32
The form field index in collection

Return Value

PdfFormField
The form field at the given index

See Also