var instance = new Vintasoft.Imaging.ImageProcessing.WebFlipCommandJS(successFunc, errorFunc); var value; // Type: boolean // Parameters var image; // Type: object var service; // Type: object value = instance.execute(image, service);
Parameters
- image
- Image that should be processed.
- service
- Web service that shoud process the image.
Return Value
true if image is processed; false if processing is canceled or not necessary.