VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / get_RestoreSourcePixelFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RestoreSourcePixelFormat Method
    In This Topic
    Gets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
    
    var value; // Type: boolean
    value = instance.get_RestoreSourcePixelFormat();
    
    
    function get_RestoreSourcePixelFormat() : boolean;
    

    Return Value

    true - the processing command need to restore the source pixel format of processed image if source image pixel format was change during image processing; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also