Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AutomationDpiX Property

Show in webframe
Gets the horizontal resolution of the screen.
Syntax
get_automationDpiX();
Object.defineProperty('automationDpiX');

Property Value

TypeDescription
doubleThe horizontal resolution of the screen. The provided implementation returns the width of ImageViewer.ScreenDpi.
Remarks

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.

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file