Class AdvancedImagingConvertOptions
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class AdvancedImagingConvertOptions : OptionsBase, IDisposable
Constructors
AdvancedImagingConvertOptions()
Declaration
public AdvancedImagingConvertOptions()
Methods
GetDefaultDPI()
Gets the value DefaultDPI from the options object
Declaration
public double GetDefaultDPI()
Returns
Type | Description |
---|---|
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 Default DPI in the options object
Declaration
public AdvancedImagingConvertOptions SetDefaultDPI(double value)
Parameters
Type | Name | Description |
---|---|---|
double | value | Default dpi used when converting an image. |
Returns
Type | Description |
---|---|
AdvancedImagingConvertOptions | this object, for call chaining |