Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.AllowedChanges

TElPDFSignature     See also     


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


Specifies changes allowed by the signature.

Declaration

[C#/Java]
    TSBPDFSignatureAllowedChanges AllowedChanges;
    TSBPDFSignatureAllowedChanges = short;
    
    TSBPDFSignatureAllowedChanges represents a bit mask which contains zero or more bit flags as defined by TSBPDFSignatureAllowedChange

[VB.NET]
    Property AllowedChanges As TSBPDFSignatureAllowedChanges
    TSBPDFSignatureAllowedChanges As SmallInt
    
    TSBPDFSignatureAllowedChanges represents a bit mask which contains zero or more bit flags as defined by TSBPDFSignatureAllowedChange

[Pascal]
    property AllowedChanges : TSBPDFSignatureAllowedChanges;
    TSBPDFSignatureAllowedChanges = set of TSBPDFSignatureAllowedChange;

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

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

Values:


Description

    Use this property to specify the changes which user can make to PDF document.

See also:     GetSignedVersion     Reason    

Discuss this help topic in SecureBlackbox Forum