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

    Return Value

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