resolution Property

Summary

Resolution of this page.

Syntax

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

Property Value

The resolution of this DocumentPage in dots per inch (DPI).

Remarks

If this DocumentPage corresponds to an original page in the document, then the resolution of the page is determined from the original document when Document was loaded. If this page was added to the document by the user, then the size is the value passed.

OriginalPageNumber is the page number of this DocumentPage in the original document. It is -1 if this page was added by the user.

Refer to Loading Using LEADTOOLS Documents Library for more information.

Size and Resolution will always contain a value and is populated for all pages of the document upon initialization. The LEADTOOLS Document Viewer relies on this to create empty items for each page in the image viewer control. Each item will have the correct size but no image data. It will then loads the raster image or SVG objects for the page in a background thread.

Example

For an example, refer to 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