VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_BitonalImagesCompressionMinResolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

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
56+
45+
11
See Also