automationDpiX Property

Summary

Gets the horizontal resolution of the screen.

Syntax
TypeScript
JavaScript
Object.defineProperty(IAnnAutomationControl.prototype, 'automationDpiX', 
	get: function() 
) 
automationDpiX: number; // read-only 

Property Value

The 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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.