PdfFormFieldsCollectionItem(Int32) Property

Gets the form field at a given index in collection

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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