SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signDocument (property)

Whether to sign the document itself.

Syntax

@property (nonatomic,readwrite,assign,getter=signDocument,setter=setSignDocument:) BOOL signDocument;
- (BOOL)signDocument;
- (void)setSignDocument:(BOOL)newSignDocument;
public var signDocument: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Use this property to specify whether the signature should be computed over the document itself.

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