Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / Signature Class / Type Property

In This Topic
    Type Property (Signature)
    In This Topic
    Gets the signature type, if present, shall be "Sig" for a signature dictionary or "DocTimeStamp" for a time-stamp signature dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As System.String
    public System.string Type {get;}
    See Also