AutomationYResolution Property

Summary
Gets the vertical resolution of the image.
Syntax
C#
C++/CLI
public virtual double AutomationYResolution { get; } 
            public: 
virtual property double AutomationYResolution { 
   double get(); 
} 

Property Value

The vertical resolution of the image. The provided implementation returns the height of ImageViewer.ImageResolution.

Remarks

The automation object will use AutomationDpiX, AutomationDpiY, AutomationXResolution and AutomationYResolution to obtain the values required to set the containers using Leadtools.Annotations.Engine.AnnContainerMapper.MapResolutions(System.Double,System.Double,System.Double,System.Double).

When using multiple-containers mode, each container might have a different image resolution. Therefore the default implementation uses AutomationContainerIndex to obtain the value for the requested container. When using an Leadtools.Controls.ImageViewer control, this translates into the ImageViewerItem.Resolution of the item at index AutomationContainerIndex in ImageViewer.Items.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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