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

    Return Value

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