Gets the vertical resolution of the control being annotated in dots per inch.
public float AutomationDpiY { get; }
ReadOnly Property AutomationDpiY As Single
property float AutomationDpiY {
float get();
}
A System.Single that represents the vertical resolution of the control being annotated in dots per inch.
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.
For an example, refer to IAnnAutomationControl.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET