[]
Represents the signature field.
public class SignatureField : Field, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Initializes a new instance of the SignatureField class.
public SignatureField()
Gets or sets the SignatureLockedFields object defining a set of form fields to be locked when this signature field is signed, if null then no fields are locked.
public SignatureLockedFields LockedFields { get; set; }
Gets or sets a Signature object that defines this SignatureField.
Setting this property to null removes the signature from the document.
public Signature Value { get; set; }
Gets the WidgetAnnotation defining view properties of the text field.
public WidgetAnnotation Widget { get; }