SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SigAllowedChanges Property

The changes to the document are allowed by the signature.

Syntax

__property TsbxPDFVerifierSigAllowedChanges SigAllowedChanges = { read=FSigAllowedChanges };
enum TsbxPDFVerifierSigAllowedChanges { psacNone=0, psacFillInForms=1, psacComment=2, psacAll=3 };

Default Value

psacNone

Remarks

The changes to the document are allowed by the signature.

This property is only applicable to MDP/certification signatures and has no effect for any other kinds of signatures (regular or document timestamps).

psacNone0No changes are allowed by the signature
psacFillInForms1Only form fill-in is allowed
psacComment2Commenting is allowed
psacAll3Form fill-in and commenting are allowed

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]