Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.AllowedChanges

TElPDFSignature     See also     


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


Specifies changes allowed by the signature.

Declaration

[C#]
    TSBPDFSignatureAllowedChanges AllowedChanges;

[VB.NET]
    Property AllowedChanges As TSBPDFSignatureAllowedChanges

[Pascal]
    property AllowedChanges : TSBPDFSignatureAllowedChanges;

[C++]
    TSBPDFSignatureAllowedChanges get_AllowedChanges();
    void set_AllowedChanges(TSBPDFSignatureAllowedChanges Value);

[PHP]
    integer get_AllowedChanges()
    void set_AllowedChanges(integer $Value)

[Java]
    short getAllowedChanges();
    void setAllowedChanges(short Value);

Values:

TSBPDFSignatureAllowedChanges values

Description

Use this property to specify the changes which user can make to the PDF document.
The value assigned to this property is only applicable to MDP/certification signatures and has no meaning/effect for any other kinds of signatures (regular or document timestamps). As such, this property should only be checked in conjunction with checking or setting SignatureType to stMDP.

See also:     GetSignedVersion     Reason     SignatureType    

Discuss this help topic in SecureBlackbox Forum