←Select platform

AutomationDpiY Property

Summary
Gets the vertical resolution of the screen.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public double AutomationDpiY { get; } 
@property (nonatomic,readonly) double automationDpiY; 
double getAutomationDpiY(); 
public:  
   property double AutomationDpiY 
   { 
      double get() 
   } 
AutomationDpiY # get  (IAnnAutomationControl) 

Property Value

The vertical resolution of the screen. The provided implementation returns the height of ImageViewer.ScreenDpi.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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