deviceDpiX Property

Summary

Gets or sets the horizontal device resolution (DPI).

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainerMapper.prototype, 'deviceDpiX', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
deviceDpiX: number; 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly