Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, November 4, 2004 6:07:28 AM(UTC)

jrp  
jrp

Groups: Registered
Posts: 1


How to make a rotation of the page without using the RotateViewPerspective() method? Because we don't want buy product "Document Imaging" only for a rotation functionalitie. It's very urgent.

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, May 10, 2005 12:11:59 PM(UTC)

support  
support

Groups: Registered, Tech Support
Posts: 20


You can use "RotateCommand" instead of RotateViewPerspective which doesn't need Document toolkit.

This function Rotates an image by the number of degrees specified.

For more information please about " RotateCommand" see the help file.

 

 Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support
704-332-5532 voice
704-372-8116 fax
http://support.leadtools.com

 
#3 Posted : Tuesday, June 7, 2005 10:57:37 PM(UTC)
mohamedf

Groups: Registered
Posts: 1


I have leadRasterViewer defined as RasterImageViewer

and i use AnnAutomationManager

When the user make annotations and I want to rotate the image I use the following:

leadRasterViewer.Image.RotateViewPerspective(90)

but thae annotations doesn't rotate with the image .. i need them to be rotated

Please advice how to make the annotations rotate with the image.

 
#4 Posted : Monday, June 13, 2005 12:01:00 AM(UTC)

support  
support

Groups: Registered, Tech Support
Posts: 20


Hello,

 

To rotate the annotation objects with the image, you can use the AnnObject.Rotate Method for each annotation object, as shown below:

-----------------------------

      Dim i As Integer

...

      RasterImageViewer1.Image.RotateViewPerspective(90)

      'The following code will rotate all drawn annotation objects with the image

      For i = 0 To AutomationAnn.Container.Objects.Count - 1

            AutomationAnn.Container.Objects(i).Rotate(90,               AutomationAnn.Container.Objects(i).Origin())

      Next

...

-----------------------------

 

Thanks, 

Maen Badwan

LEADTOOLS Technical Support

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.079 seconds.