Converts a value from document units to pixels.
documentToPixels = function(resolution, size)
static documentToPixels(resolution: number, size: number): number;
resolution
The resolution to use.
size
Source value to convert in document units.
The converted value in pixels.
For more information, refer to Documents Library Coordinate System.
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