ImageProperties Renditions Property. The set of renditions of the image at different locations within the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] IList<ImageRendition>

[Visual Basic]
IList<ImageRendition>
n/a Yes The set of renditions of the image at different locations within the document.

 

   

Notes
 

The set of renditions of the image at different locations within the document.

Much like HTML, PDF allows a divorce between the image and the placement of that image. So you may have one bitmap which is drawn multiple times at multiple sizes in different locations within the document.

 

   

Example
 

None.