ImagePlacement

ImagePlacement class

Represents characteristics of an image placed to Pdf document page.

The ImagePlacement type exposes the following members:

Properties

NameDescription
matrixCurrent transformation matrix for this image.
rectangleGets rectangle of the Image.
operatorOperator used for displaying the image.
rotationGets rotation angle of the Image.
resolutionGets resolution of the Image.
imageGets related XImage resource object.
pageGets the page containing the image.
compositing_parametersGets compositing parameters of graphics state active for the image placed to the page.

Methods

NameDescription
save(stream)Saves image with corresponding transformations: scaling, rotation and resolution.
save(stream, format)Saves image with corresponding transformations: scaling, rotation and resolution.
hide()Delete image from the page.
replace(image)Replace image in collection with another image.

See Also