Indicates whether to take image DPI in consideration when calculating font size.
Object.defineProperty(AnnAutomationManager.prototype, 'fontRelativeToImageDpi',
get: function(),
set: function(value)
)
fontRelativeToImageDpi: boolean;
true Indicates whether to take image DPI in consideration when calculating font size. Otherwise, false. Default value is true.
Setting the value of this property to false will result in the automation framework not considering the image DPI when calculating font sizes and rely on the screen DPI only. This is used for backward compatibility for the behavior of earlier versions of LEADTOOLS prior to v17.
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