Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

MaximumImagePixelSize Property (DocumentImages)

Show in webframe
Maximum width or height in pixels to use when obtaining image data from the pages in this document.
Syntax
get_maximumImagePixelSize();
set_maximumImagePixelSize(value);
Object.defineProperty('maximumImagePixelSize');

Property Value

TypeDescription
intThe 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.

See Also

Reference

DocumentImages Object
DocumentImages Members

Error processing SSI file