C#
VB
Java
Objective-C
WinRT C#
C++
Gets the horizontal target (screen) resolution (DPI).
public double TargetDpiX { get; }
Public ReadOnly Property TargetDpiX As Double
public double TargetDpiX {get;}
@property (nonatomic,readonly) double targetDpiX;
public double getTargetDpiX()
get_TargetDpiX();
public:
property double TargetDpiX
{
double get()
}
The horizontal target (screen) resolution DPI. The default value is 0.
To set the DPI values of the mapper, use MapResolutions.
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