PageImageArea constructor

Contents
[ ]

init

Initializes a new instance of the PageImageArea class.

def __init__(self, image_stream, file_type, rotation):
    ...
Parameter Type Description
image_stream io.RawIOBase The stream of the image.
file_type groupdocs.parser.options.FileType The format of the image.
rotation float The rotation angle of the image.

init

Initializes a new instance of the PageImageArea class.

def __init__(self, image_stream, file_type, rotation, page, rectangle):
    ...
Parameter Type Description
image_stream io.RawIOBase The stream of the image.
file_type groupdocs.parser.options.FileType The format of the image.
rotation float The rotation angle of the image.
page groupdocs.parser.data.Page The page that contains the image.
rectangle groupdocs.parser.data.Rectangle The rectangular area that contains the image.

See Also