VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_GrayscaleImagesCompressionResolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_GrayscaleImagesCompressionResolution Method
    In This Topic
    Gets compression resolution for grayscale images.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.get_GrayscaleImagesCompressionResolution();
    
    
    function get_GrayscaleImagesCompressionResolution() : WebResolutionJS;
    

    Return Value

    The compression resolution for grayscale images.
    Browser Compatibility
    56+
    45+
    11
    See Also