resolution Property

Summary

The resolution (dots per inch) to use when loading this document.

Syntax

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

Property Value

The resolution (dots per inch) to use when loading this document. Default value is 0, meaning use the document original resolution.

Example

For an example, refer to DocumentFactory.LoadFromUri.

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