C#
VB
Java
C++
Converts a value from pixels to document units.
public static double PixelsToDocument(
double resolution,
int value
)
Public Shared Function PixelsToDocument(
ByVal resolution As Double,
ByVal value As Integer
) As Double
public:
static double PixelsToDocument(
double resolution,
int value
)
public static double pixelsToDocument(double resolution, int value)
resolution
The resolution to use.
value
Source value to convert in pixels.
The converted value in document units.
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