Class Field
Represents an interactive form field, also known as AcroForm fields such as button fields (ButtonField), choice fields (ChoiceField), text fields (TextField), signature fields (SignatureField).
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public class Field : IField
Properties
Name | Description |
---|---|
FieldType | The field type. |
IsReadOnly | The ReadOnly flag of this field. |
Name | The partial name of the field. |
Position | The position of the field. |
Methods
Name | Description |
---|---|
SetReadOnlyAsync(Boolean) | Sets the ReadOnly flag. |