set_BinaryOperationType Method
In This Topic
Sets type of binary overlay operator.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayBinaryCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebOverlayBinaryOperationTypeEnumJS
returnValue = instance.set_BinaryOperationType(value);
function set_BinaryOperationType(
: WebOverlayBinaryOperationTypeEnumJS
) : any;
Parameters
- value
- An instance of WebOverlayBinaryOperationTypeEnumJS class. Default value is "Replace".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also