java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.AdvancedImagingConvertOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdvancedImagingConvertOptions()
Constructor.
| |||||||||||
AdvancedImagingConvertOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
double |
getDefaultDPI()
Gets the value DefaultDPI from the options object
Default dpi used when rendering content when resolution is not provided in the image file.
| ||||||||||
AdvancedImagingConvertOptions |
setDefaultDPI(double value)
Sets the value for DefaultDPI in the options object
Default dpi used when rendering content when resolution is not provided in the image file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value DefaultDPI from the options object Default dpi used when rendering content when resolution is not provided in the image file. No image pixel data is lost by specifiying this option. Note: In case of DICOM images, we assume that the resolution is specified by Pixel Spacing attribute.
PDFNetException |
---|
Sets the value for DefaultDPI in the options object Default dpi used when rendering content when resolution is not provided in the image file. No image pixel data is lost by specifiying this option. Note: In case of DICOM images, we assume that the resolution is specified by Pixel Spacing attribute.
PDFNetException |
---|