get_automationDpiX();
Object.defineProperty('automationDpiX');
Type | Description |
---|---|
double | 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 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.