Interface IField
Represents an interactive form field, also known as AcroForm fields such as button fields (ButtonField), choice fields (ChoiceField), text fields (TextField), signature fields (SignatureField).
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public interface 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. |