Gets the vertical resolution of the screen.
public double AutomationDpiY { get; }
ReadOnly Property AutomationDpiY As Double
double AutomationDpiY {get;}
@property (nonatomic,readonly) double automationDpiY;
double getAutomationDpiY();
get_AutomationDpiY();
public:
property double AutomationDpiY
{
double get()
}
The vertical resolution of the screen. The provided implementation returns the height 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