Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / SignatureFormat Property

In This Topic
    SignatureFormat Property
    In This Topic
    Gets or sets the format of the signature.

    NOTE: This property is obsolete and should not be used. Instead, use SignatureBuilder and Pkcs7SignatureBuilder class to create a PKCS#7 signature and setup its properties.

    Syntax
    'Declaration
     
    Public Property SignatureFormat As SignatureFormat
    public SignatureFormat SignatureFormat {get; set;}
    See Also