←Select platform

DpiX Property

Summary

Gets or sets the horizontal DPI (dots per inch) that is used to translate the horizontal distance for the ruler.

Syntax

C#
VB
C++
public virtual float DpiX { get; set; } 
  
Public Overridable Property DpiX As Single 
public: 
virtual property float DpiX { 
   float get(); 
   void set (    float ); 
} 

Property Value

The horizontal DPI (dots per inch) that is used to translate the horizontal distance for the ruler

Remarks

If this value is zero, then the ruler will use the same DPI as its AnnContainer.

When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the DpiX property value for the first object in the group that implements the IAnnRulerObject interface. For more information refer to IAnnRulerObject.DpiX.

When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the DpiX property value for each object that implements the IAnnRulerObject interface. For more information refer to IAnnRulerObject.DpiX.

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