Gets or sets a value that determines whether to take image dpi into consideration when calculting font size.
Object.defineProperty(AnnContainerMapper.prototype, 'fontRelativeToImageDpi',
get: function(),
set: function(value)
)
fontRelativeToImageDpi: boolean;
A Boolean value that determines whether to take image dpi into consideration when calculting font size. The default value is true.
In older versions of LEADTOOLS, when calculating font size, the image dpi was not taken into consideration.
In the current version, the calculations do consider the image dpi.
You can set this property to false to for backword compatibility with older versions of LEADTOOLS.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET