PdfFieldCollectionExists Method |
Determines whether a
PdfField with the specified
name exists.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Exists(
string name
)
Public Function Exists (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The fully qualified field name to search for in this PdfFieldCollection
Return Value
Type:
Booleantrue if a
PdfField with the specified
name exists; otherwise
falseSee Also