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