Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.RequiredAllowedChanges

TElPDFSignatureInfo     


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


Specifies the changes allowed by the signature.

Declaration

[C#]
    TSBPDFSignatureAllowedChanges RequiredAllowedChanges;

[VB.NET]
    Property RequiredAllowedChanges As TSBPDFSignatureAllowedChanges

[Pascal]
    property RequiredAllowedChanges : TSBPDFSignatureAllowedChanges;

[C++]
    TSBPDFSignatureAllowedChanges get_RequiredAllowedChanges();

[PHP]
    integer get_RequiredAllowedChanges()

[Java]
    short getRequiredAllowedChanges();

Values:

TSBPDFSignatureAllowedChanges 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