VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_BitonalImagesCompressionMinResolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BitonalImagesCompressionMinResolution Method
    In This Topic
    Gets the minimum resolution for bitonal image when image must be compressed.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.get_BitonalImagesCompressionMinResolution();
    
    
    function get_BitonalImagesCompressionMinResolution() : WebResolutionJS;
    

    Return Value

    The minimum resolution for bitonal image when image must be compressed.
    Browser Compatibility
    56+
    45+
    11
    See Also