This class represents the signature reference dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 253, page 469.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 256, page 568.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.SignatureReferenceElement

A signature reference dictionary describes a transform applied to document content before hashing. The TransformMethod entry names the transform type (DocMDP, UR, FieldMDP, or Identity). TransformParams holds type-specific configuration. The DigestMethod entry names the hash algorithm.

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the signature reference dictionary object.
EntryTransformMethod Represents the "TransformMethod" entry of the signature reference dictionary object.
EntryTransformParams Represents the "TransformParams" entry of the signature reference dictionary object.
EntryData Represents the "Data" entry of the signature reference dictionary object.
EntryDigestMethod Represents the "DigestMethod" entry of the signature reference dictionary object.
inherited properties...