PdfFormFieldsCollectionItem(Int32) Property

Gets the form field at a given index in collection

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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