PdfAcroFieldPdfAcroFieldCollectionItem Property (Int32)Terminal Works - PDF Printing.Net Library
Gets a field from the collection. For your convenience an instance of a derived class like PdfTextField or PdfCheckBox is returned if PDFEdit can guess the actual type of the dictionary. If the actual type cannot be guessed by PDFEdit the function returns an instance of PdfGenericField.

Namespace: PdfEdit.Pdf.AcroForms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfAcroField this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: PdfAcroField
See Also

Reference