|
PdfFormFieldsCollectionItem Property (String) |
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.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