PageImageArea

PageImageArea(Stream, FileType, double)

Initializes a new instance of the PageImageArea class.

public PageImageArea(Stream imageStream, FileType fileType, double rotation)
Parameter Type Description
imageStream Stream The stream of the image.
fileType FileType The format of the image.
rotation Double The rotation angle of the image.

See Also


PageImageArea(Stream, FileType, double, Page, Rectangle)

Initializes a new instance of the PageImageArea class.

public PageImageArea(Stream imageStream, FileType fileType, double rotation, Page page, 
    Rectangle rectangle)
Parameter Type Description
imageStream Stream The stream of the image.
fileType FileType The format of the image.
rotation Double The rotation angle of the image.
page Page The page that contains the image.
rectangle Rectangle The rectangular area that contains the image.

See Also