VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
let FocusedIndexvalue; // Type: number
FocusedIndexvalue = imageViewer.get_FocusedIndex();
let ImageRotationAngle = imageViewer.get_ImageRotationAngle();
console.log(ImageRotationAngle); // This suppose to be latest value (eg : 90)
let test = ImageRotationAngle + 90;
console.log(test);
imageViewer.setCustomImageRotationAngle(FocusedIndexvalue, test);
imageViewer.set_FocusedIndex(FocusedIndexvalue);
So could you please provide solution It is working fine , however do you have any single get method that help me to get angle even if it is custom or not , so that when user click right rotate it will rotate imageNo, VintaSoft web image viewer does not have "one" method that returns an image rotation angle.
It is working fine , however do you have any single get method that help me to get angle even if it is custom or not , so that when user click right rotate it will rotate imageVintaSoft Imaging .NET SDK 12.3 has been release today. In this version we changed algorithm that rotates view in viewer and now you do not need to create custom code. Please evaluate version 12.3 and let me know if you will have any question or problem.