PdfFormFieldsCollectionItem(Int32) Property

Gets the form field at a given index in collection

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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