SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigBackgroundStyle (property)

The style of the signature widget background.

Syntax

@property (nonatomic,readwrite,assign,getter=sigBackgroundStyle,setter=setSigBackgroundStyle:) int sigBackgroundStyle;
- (int)sigBackgroundStyle;
- (void)setSigBackgroundStyle:(int)newSigBackgroundStyle;

/* Possible Values */
PWBS_DEFAULT(0),
PWBS_NO_BACKGROUND(1),
PWBS_CUSTOM(2)
public var sigBackgroundStyle: PdfsignerSigBackgroundStyles {
  get {...}
set {...} }
public enum PdfsignerSigBackgroundStyles : Int32 { case pwbsDefault = 0 case pwbsNoBackground = 1 case pwbsCustom = 2 }

Default Value

0

Remarks

The style of the signature widget background.

pwbsDefault uses the default image, pwbsNoBackground doesn't use background image at all, and pwbsCustom expects the application to provide a custom background image.

pwbsDefault0The default widget background
pwbsNoBackground1No (empty) background
pwbsCustom2Custom background (picture or vector)

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