resolution Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(LoadDocumentOptions.prototype, 'resolution', 
   get: function(), 
   set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly