|
PdfFormFieldsCollectionItem Property (String) |
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public virtual PdfFormField this[
string name
] { get; }
Public Overridable ReadOnly Default Property Item (
name As String
) As PdfFormField
Get
Parameters
- name
- Type: SystemString
Name of the file.
Property Value
Type:
PdfFormFieldRemarks The property is read-only.
See Also