SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigBackgroundData (property)

Contains/takes the data of the signature widget background bitmap.

Syntax

@property (nonatomic,readwrite,assign,getter=sigBackgroundData,setter=setSigBackgroundData:) NSData* sigBackgroundData;
- (NSData*)sigBackgroundData;
- (void)setSigBackgroundData:(NSData*)newSigBackgroundData;
public var sigBackgroundData: Data {
  get {...}
set {...} }

Remarks

Contains/takes the data of the signature widget background bitmap.

Assign the widget background data (in form of JPEG or JPEG2000 bytes) to this property.

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