LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutomationDpiY Property
See Also 
Leadtools.Annotations Namespace > IAnnAutomationControl Interface : AutomationDpiY Property



The AutomationDpiY Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets the vertical resolution of the control being annotated in dots per inch.

Syntax

Visual Basic (Declaration) 
ReadOnly Property AutomationDpiY As Single
Visual Basic (Usage)Copy Code
Dim instance As IAnnAutomationControl
Dim value As Single
 
value = instance.AutomationDpiY
C# 
float AutomationDpiY {get;}
C++/CLI 
property float AutomationDpiY {
   float get();
}

Property Value

A System.Single that represents the vertical resolution of the control being annotated in dots per inch.

Example

For an example, refer to IAnnAutomationControl.

Remarks

(Read only) The vertical resolution of the control being annotated in dots per inch. Usually you will return the resolution of the control you are using in IAnnAutomationControl by obtaining it in a standard way in Windows.Forms. For example, using System.Windows.Forms.Control.CreateGraphics and returning Graphics.DpiY of the result object or simply 0 to use the current screen resolution.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features