var instance = new Vintasoft.Imaging.ImageProcessing.WebRotateCommandJS(); var value; // Type: number value = instance.get_Angle();
function get_Angle() : number;
Return Value
Rotation angle. Valid values are from 0 to 360. Default value is 0.
var instance = new Vintasoft.Imaging.ImageProcessing.WebRotateCommandJS(); var value; // Type: number value = instance.get_Angle();
function get_Angle() : number;