ImageRendition Class

ABCpdf .net

 
   

A class that represents one image placement in a document.

System.Object
   WebSupergoo.ABCpdf10.Operations.ImageRendition

 

   
   
Method Description
Focus Focus the document on the location of the image placement.

 

   
   
Property Description
PageID The ID of the Page on which the image is placed.
Matrix The transformation matrix for the placement of the image.
BoundingBox The bounding rectangle for the placement of the image.
Dpi The resolution of the image in dots per inch.
DpiX The horizontal resolution of the image in dots per inch.
DpiY The vertical resolution of the image in dots per inch.
StreamObject The StreamObject in which the image draw operation is contained.
StreamOffset The offset within the uncompressed StreamObject to the start of the drawing operation that contains this image draw operation.
StreamLength The length within the uncompressed StreamObject of the drawing operation that contains this image draw operation.
StreamID The ID of the Stream in which the image draw operation is contained.