示例#1
0
 /**
  * Sets the source resolution in dpi. This value is used to interpret the pixel size of source
  * documents like SVG images and bitmap images without resolution information.
  *
  * @param dpi resolution in dpi
  */
 public void setSourceResolution(final int dpi) {
   setSourceResolution((float) dpi);
 }