←Select platform

DeviceDpiX Property

Summary
Gets or sets the horizontal device resolution (DPI).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public double DeviceDpiX { get; set; } 
@property (nonatomic, assign) double deviceDpiX; 
public double getDeviceDpiX() 
public void setDeviceDpiX(double dpiX) 
public:  
   property double DeviceDpiX 
   { 
      double get() 
      void set(double value) 
   } 
DeviceDpiX # get and set (AnnContainerMapper) 

Property Value

The horizontal device resolution (DPI). The default value is 0.

Remarks

This value is used to calculate the font size and fixed length and size values between annotation and display coordinates.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.