unitsPerInch Property

Summary

Number of units per inch used for document coordinates.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'unitsPerInch', 
	get: function() 
) 
TypeScript Syntax
static unitsPerInch: number; // read-only 

Property Value

The value of UnitsPerInch is 720.0. Meaning, the document uses 1/720 of an inch of each unit.

Remarks

The value of UnitsPerInch is 720.0. Meaning, the document uses 1/720 of an inch of each unit. For more information, refer to Documents Library Coordinate System.

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.Documents Assembly