Class FormField
Represents a form field.
Inheritance
System.Object
FormField
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class FormField : Object
Properties
CanEdit
Gets or sets a value that indicates whether the form field can be edited or not.
Declaration
public bool CanEdit { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets the name of the form field.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |