defaultResolution Property

Summary

Default resolution in dots per inch of this document.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'defaultResolution', 
   get: function() 
) 
readonly defaultResolution: number; 

Property Value

The default resolution in dots per inch (DPI) of this document. Default value depends on how this document was created. This value cannot be less than 0.

Remarks

The initial values of DocumentPages.DefaultPageSize and DefaultResolution are updated based on the original document. The internal parsing code will usually use the size and resolution of the first page found in the document.

This property is always equal to DocumentPages.DefaultResolution.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.