Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.RequiredAllowedChanges

TElPDFSignatureInfo     


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


Specifies the changes allowed by the signature.

Declaration

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

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

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

[C++]
    TSBPDFSignatureAllowedChanges get_RequiredAllowedChanges();

[PHP]
    integer get_RequiredAllowedChanges()

Values:


Description

    Use this property to check which changes are allowed to the document when the signature field is signed.

Discuss this help topic in SecureBlackbox Forum