set_GrayscaleImagesCompressionMinResolution Method
In This Topic
Sets the minimum resolution for grayscale image when image must be compressed.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebResolutionJS
returnValue = instance.set_GrayscaleImagesCompressionMinResolution(value);
function set_GrayscaleImagesCompressionMinResolution(
: WebResolutionJS
) : any;
Parameters
- value
- The minimum resolution for grayscale image when image must be compressed.
N dpi - grayscale image must be compressed if image resolution is greater or equal than N dpi.
Browser Compatibility
See Also