maximumImagePixelSize Property

Summary

Maximum width or height in pixels to use when obtaining image data from the pages in this document.

Syntax

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

Property Value

The maximum width or height in pixels to use when obtaining image data from the pages in this document. Default value is 0, which means to use the original size.

Remarks

This value should equal the value provided to MaximumImagePixelSize, unless the Documents Service overwrites it. Changing this value will have no effect, except to modify the value of ImageScale. To change the maximum image size, the document must be reloaded with a different MaximumImagePixelSize.

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