signoAPI iOS – STSignatureCaptureConfig class

The STSignatureCaptureConfig class is a data object that contains the configuration properties for the signature dialog. See also or for further information. The class is part of libSignoPDFSigner as well as of libSignoSignatureCapture.

Property

Description


@property(nonatomic,strong) NSString *displayText

Property

Description

NSString* displayText

-

Return value

Description

-

-

Text displayed in the signature dialog


@property(nonatomic,strong) UIFont *font

Property

Description

UIFont* font

-

Return value

Description

-

-

Font, font size and style of the text in the signature dialog


@property(nonatomic,strong) UIColor *textColor

Property

Description

UIColor* textColor

-

Return value

Description

-

-

Colour of the text in the signature dialog


@property(nonatomic) CGRect *position

Property

Description

CGRect* position

-

Return value

Description

-

-

Position specification of the text in the signature dialog


@property(nonatomic) CGRect *signRect

Property

Description

CGRect* signRect

-

Return value

Description

-

-

Rectangle in the signature dialog, in which the signature is captured


@property(nonatomic,strong) UIColor *signatureColor

Property

Description

UIColor* signatureColor

-

Return value

Description

-

-

Pen colour of the signature


@property(nonatomic) float lineWidth

Property

Description

float lineWidth

-

Return value

Description

-

-

Pen width of the signature in pixels (1–20)


@property(nonatomic) CGFloat backgroundTransparency

Property

Description

CGFloat backgroundTransparency

-

Return value

Description

-

-

The transparency value of the background of the signature dialog between the values 0.0 and 1.0


@property (nonatomic, assign) BOOL enablePressureDependentCapturing

Property

Description

BOOL enablePressureDependentCapturing

-

Return value

Description

-

-

YES

The signature is represented with pressure levels in the signature dialog.


NO

The signature is not represented with pressure levels in the signature dialog.

@property (nonatomic, assign) BOOL enableFullScreenCapture

Property

Description

BOOL enableFullScreenCapture

-

Return value

Description

-

-

YES

The signature dialog is displayed in full screen mode.


NO

The signature dialog is displayed in standard mode.

@property (nonatomic, assign) BOOL enableTouchSignature

Property

Description

BOOL enableTouchSignature

-

Return value

Description

-

-

YES

Activates signature capture with a finger in the signature dialog.


NO

Deactivates signature capture with a finger in the signature dialog.

@property (nonatomic, assign) BOOL enablePencilSignature

Property

Description

BOOL enablePencilSignature

-

Return value

Description

-

-

YES

Activates signature capture with an Apple Pencil in the signature dialog.


NO

Deactivates signature capture with an Apple Pencil in the signature dialog.

@property (nonatomic, assign) BOOL enableBiometricDataCapturing

Property

Description

BOOL enableBiometricDataCapturing

-

Return value

Description

-

-

YES

Biometric data is captured.


NO

No biometric data is captured.