signoAPI iOS – STImageDTO class

The STImageDTO class is a data object that represents an image on a PDF page and its position. The class is part of libSignoPDFSigner.

Property

Description

@property(nonatomic,strong) UIImage *image

Property

Description

UIImage* image

-

Return value

Description

-

-

Image

@property(nonatomic,strong) STRectDTO *rectangle

Property

Description

STRectDTO* rectangle

-

Return value

Description

-

-

Position specification of the image within a PDF page

@property int page

Property

Description

int page

-

Return value

Description

-

-

Page specification of the image within a document. The first page number of the document begins with 1.