This class represents the signature field. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 232, page 446.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 235, page 540.

This class is always an indirect object because it inherits from FieldElement which is always an indirect object.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.FieldElement
          WebSupergoo.ABCpdf14.Elements.SignatureFieldElement

A signature field holds a digital signature dictionary once signed, and before signing holds the lock and seed value dictionaries controlling how it may be signed.

The Lock entry specifies which fields are locked once this field is signed. The SV entry pre-configures the signing dialog by restricting or suggesting the filter, digest algorithm, certificate requirements, and appearance.

 

   
   
Method
Description
SignatureFieldElement Create a new SignatureFieldElement.
inherited methods...

 

   
   
Property
Description
EntryLock Represents the "Lock" entry of the signature field object.
EntrySV Represents the "SV" entry of the signature field object.
inherited properties...