ImageGearJavaPDF Project > com.accusoft.imagegearpdf Package : RenderOptions Class |
The following tables list the members exposed by RenderOptions.
Name | Description | |
---|---|---|
![]() | RenderOptions Constructor | Overloaded. |
Name | Description | |||
---|---|---|---|---|
![]() | delete |
| ||
![]() | getResolution | This specifies the resolution in dots per inch for page rasterization. The higher this value, the higher-quality raster image will be got after rasterization. Default value is 150 DPI. | ||
![]() | getSmoothingFlags | This specifies the smoothing settings for page rasterization. See the SmoothingFlags for details. Default value is SmoothingFlags.SmoothText. | ||
![]() | setResolution | This specifies the resolution in dots per inch for page rasterization. The higher this value, the higher-quality raster image will be got after rasterization. Default value is 150 DPI. | ||
![]() | setSmoothingFlags | This specifies the smoothing settings for page rasterization. See the SmoothingFlags for details. Default value is SmoothingFlags.SmoothText. |