signoAPI iOS – STViewerRectDTO class

The STViewerRectDTO class is a data object that represents a rectangle on the PDF viewer. The class is part of libSignoPDFSigner.

Property

Description


@property CGRect rectangle

Eigenschaft

Bedeutung

CGRect rectangle

-

Return value

Description

-

-

Position specification of the rectangle


@property(nonatomic,strong) UIColor *borderColor

Property

Description

UIColor* borderColor

-

Return value

Description

-

-

Border colour of the rectangle


@property(nonatomic,strong) UIColor *backgroundColor

Property

Description

UIColor* backgroundColor

-

Return value

Description

-

-

Background colour of the rectangle


@property(nonatomic,strong) UIImage *backgroundImage

Property

Description

UIImage* backgroundImage

-

Return value

Description

-

-

Background image of the rectangle


@property(nonatomic,assign) BOOL keepAspectRatio

Property

Description

BOOL keepAspectRatio

-

Return value

Description

-

-

YES

Preserve aspect ratio of the rectangle


NO

Do not preserve aspect ratio of the rectangle