Leadtools.Documents Namespace > DocumentImages Object : MaximumImagePixelSize Property |
get_maximumImagePixelSize();
set_maximumImagePixelSize(value);
Object.defineProperty('maximumImagePixelSize');
Type | Description |
---|---|
int | 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. |
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.