VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayBinaryCommandJS type / get_BinaryOperationType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BinaryOperationType Method
    In This Topic
    Gets type of binary overlay operator.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayBinaryCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebOverlayBinaryOperationTypeEnumJS
    value = instance.get_BinaryOperationType();
    
    
    function get_BinaryOperationType() : WebOverlayBinaryOperationTypeEnumJS;
    

    Return Value

    An instance of WebOverlayBinaryOperationTypeEnumJS class. Default value is "Replace".
    Browser Compatibility
    56+
    45+
    11
    See Also