LEADTOOLS Annotations (Leadtools.Annotations assembly)

AutomationDpiY Property

Show in webframe





Gets the vertical resolution of the control being annotated in dots per inch.
Syntax
float AutomationDpiY {get;}
'Declaration
 
ReadOnly Property AutomationDpiY As Single
'Usage
 
Dim instance As IAnnAutomationControl
Dim value As Single
 
value = instance.AutomationDpiY

            

            
property float AutomationDpiY {
   float get();
}

Property Value

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

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.

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.