C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the horizontal device resolution (DPI).
public double DeviceDpiX { get; set; }
Public Property DeviceDpiX As Double
public double DeviceDpiX {get; set;}
@property (nonatomic) double deviceDpiX;
public double getDeviceDpiX()
public void setDeviceDpiX(double dpiX)
get_DeviceDpiX();
set_DeviceDpiX(value);
Object.defineProperty('DeviceDpiX');
public:
property double DeviceDpiX
{
double get()
void set(double value)
}
The horizontal device resolution (DPI). The default value is 0.
This value is used to calculate the font size and fixed length and size values between annotation and display coordinates.
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