Winnovative HTML to PDF Converter

PdfFormFieldsCollectionItem Property (Int32)

Winnovative HTML to PDF Converter for .NET Documentation
Gets the form field at a given index in collection

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