set_ColorImagesCompressionMinResolution Method
In This Topic
Sets the minimum resolution for color 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_ColorImagesCompressionMinResolution(value);
function set_ColorImagesCompressionMinResolution(
: WebResolutionJS
) : any;
Parameters
- value
- The minimum resolution for color image when image must be compressed.
N dpi - color image must be compressed if image resolution is greater or equal than N dpi.
Browser Compatibility
See Also