public class

AdvancedImagingConvertOptions

extends OptionsBase
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.pdf.AdvancedImagingConvertOptions

Summary

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

Public Constructors

public AdvancedImagingConvertOptions ()

Constructor.

public AdvancedImagingConvertOptions (String json_string)

Constructor.

Public Methods

public 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. 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.

Returns
  • a double, 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..

public 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. 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.

Returns
  • this object, for call chaining