Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.SignatureType

TElPDFSignature     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the signature type.

Declaration

[C#]
    TSBPDFSignatureType SignatureType;

[VB.NET]
    Property SignatureType As TSBPDFSignatureType

[Pascal]
    property SignatureType : TSBPDFSignatureType;

[C++]
    TSBPDFSignatureType get_SignatureType();
    void set_SignatureType(TSBPDFSignatureType Value);

[PHP]
    integer get_SignatureType()
    void set_SignatureType(integer $Value)

[Java]
    short getSignatureType();
    void setSignatureType(short Value);

Values:

Description

    Use this property to specify the signature type. Please note that neither signing nor verification of MDP signatures made over the PDF document with templates is supported. If you attempt to sign or verify such a document, an exception is thrown.

See also:     AuthorName     ContactInfo     Invisible     Location     SignatureName     SigningTime     Reason     WidgetProps    

Discuss this help topic in SecureBlackbox Forum