SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigAllowedChanges (property)

The changes to the document are allowed by the signature.

Syntax

@property (nonatomic,readonly,assign,getter=sigAllowedChanges) int sigAllowedChanges;
- (int)sigAllowedChanges;

/* Possible Values */
PSAC_NONE(0),
PSAC_FILL_IN_FORMS(1),
PSAC_COMMENT(2),
PSAC_ALL(3)
public var sigAllowedChanges: PdfverifierSigAllowedChanges {
  get {...}
}
public enum PdfverifierSigAllowedChanges : Int32 { case psacNone = 0 case psacFillInForms = 1 case psacComment = 2 case psacAll = 3 }

Default Value

0

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]