PdfFormFieldsCollectionItem(Int32) Property
Returns the form field at a given index in collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFormField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFormField
Get
public:
property PdfFormField^ default[int index] {
PdfFormField^ get (int index);
}
member Item : PdfFormField with get
- index Int32
- The form field index in collection
PdfFormFieldThe form field at the given index