Class AdvancedImagingConvertOptions
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class AdvancedImagingConvertOptions : OptionsBase
Constructors
AdvancedImagingConvertOptions()
Constructor.
Declaration
public AdvancedImagingConvertOptions()
Methods
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.
Declaration
public double GetDefaultDPI()
Returns
Type | Description |
---|---|
double | 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.. |
SetDefaultDPI(double)
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.
Declaration
public AdvancedImagingConvertOptions SetDefaultDPI(double value)
Parameters
Type | Name | Description |
---|---|---|
double | value | 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
Type | Description |
---|---|
AdvancedImagingConvertOptions | this object, for call chaining |