Generated by
JDiff

Class com.itextpdf.pdfrender.RenderingProperties

Added Methods
float  getDefaultScaling() Gets the page scaling multiplier value, which will be by default applied on page sizes to calculate the dimensions of the resultant image.
float  getMaxScaling() Gets the maximum page scaling value, which can be applied to page sizes to calculate the dimensions of the resultant image.
float  getScaling() Gets the page scaling value, which will be applied to page sizes to calculate the dimensions of the resultant image.
RenderingProperties  setScaling( float) Sets the page scaling value, which will be applied to page sizes to calculate the dimensions of the resultant image.
 

Changed Methods
PdfRenderImageType  getDefaultImageType() Documentation changed from old to new.
Gets the default image type of the resultant images.
float  getDefaultPageScaling() Documentation changed from old to new.
Now deprecated.
Use {@link #getDefaultScaling()} instead.
PdfRenderImageType  getImageType() Documentation changed from old to new.
Gets the image type in which the resultant images will be generated.
float  getMaxPageScaling() Documentation changed from old to new.
Now deprecated.
Use {@link #getMaxScaling()} instead.
float  getPageScaling() Documentation changed from old to new.
Now deprecated.
Use {@link #getScaling()} instead.
RenderingProperties  setImageType( PdfRenderImageType) Documentation changed from old to new.
Sets the image type in which the resultant images will be generated.
RenderingProperties  setPageScaling( float) Documentation changed from old to new.
Now deprecated.
Use {@link #setScaling(float)} instead.