PdfFormFieldsCollectionItem(Int32) Property
Gets the form field at a given index in collection
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public PdfFormField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFormField
Get
- index Int32
- The form field index in collection
PdfFormFieldThe form field at the given index