←Select platform

AutomationDpiX Property

Summary

Gets the horizontal resolution of the control being annotated in dots per inch

Syntax

C#
VB
C++
public float AutomationDpiX { get; } 
  
ReadOnly Property AutomationDpiX As Single 
property float AutomationDpiX { 
   float get(); 
} 

Property Value

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

Remarks

The horizontal 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.DpiX of the result object or simply 0 to use the current screen resolution.

Example

For an example, refer to IAnnAutomationControl.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly