Gets the horizontal resolution of the screen.
public double AutomationDpiX { get; }
ReadOnly Property AutomationDpiX As Double
double AutomationDpiX {get;}
@property (nonatomic,readonly) double automationDpiX;
double getAutomationDpiX();
get_AutomationDpiX();
public:
property double AutomationDpiX
{
double get()
}
The horizontal resolution of the screen. The provided implementation returns the width of ImageViewer.ScreenDpi.
The automation object will use AutomationDpiX, AutomationDpiY, AutomationXResolution and AutomationYResolution to obtain the values required to set the containers using AnnContainerMapper.MapResolutions.
The screen resolution is the same for all containers in normal situations. Therefore, the default implementation does not use AutomationContainerIndex when this property is called.
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