XRendering DotsPerInchY Property. The vertical output resolution in dots per inch (DPI). ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] double

[Visual Basic]
Double
  72.0 No The vertical output resolution in dots per inch (DPI).

 

   

Notes
 

This property determines the vertical resolution of the output image.

Because PDF documents specify distances in physical units (typically points) a resolution unit is needed to convert these physical units to pixel based units.

For example a document 612 points high rendered at 144 DPI will result in an output image 1224 pixels high.

 

   

Example
 

See the SaveCompression property.