var instance = new Vintasoft.Imaging.ImageProcessing.WebMotionBlurCommandJS(); var value; // Type: number value = instance.get_Depth();
function get_Depth() : number;
Return Value
Depth of process. Valid values are from 1 to 10. Default value is 4.
var instance = new Vintasoft.Imaging.ImageProcessing.WebMotionBlurCommandJS(); var value; // Type: number value = instance.get_Depth();
function get_Depth() : number;