dpiY Property

Summary

Custom vertical resolution value to use when calibrating this ruler.

Syntax

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

Property Value

Custom vertical resolution value to use when calibrating this ruler. Default value is 0.

Remarks

Use dpiX and dpiY to set a custom resolution for calibrating this ruler. A value of 0 (the default) will use the resolution value of the container mapper.

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