All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::AdvancedImagingConvertOptions Class Reference

#include <AdvancedImagingConvertOptions.h>

Public Member Functions

 AdvancedImagingConvertOptions ()
 
 ~AdvancedImagingConvertOptions ()
 
double GetDefaultDPI ()
 
AdvancedImagingConvertOptionsSetDefaultDPI (double value)
 

Detailed Description

Definition at line 9 of file AdvancedImagingConvertOptions.h.

Constructor & Destructor Documentation

pdftron::PDF::AdvancedImagingConvertOptions::AdvancedImagingConvertOptions ( )
pdftron::PDF::AdvancedImagingConvertOptions::~AdvancedImagingConvertOptions ( )

Member Function Documentation

double pdftron::PDF::AdvancedImagingConvertOptions::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, the current value for DefaultDPI.
AdvancedImagingConvertOptions& pdftron::PDF::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.

Parameters
value,:the new value for DefaultDPI
Returns
this object, for call chaining

The documentation for this class was generated from the following file: