LEADTOOLS Support
Document
Document SDK Questions
Angle of page rotation when invoking AutoOrientPage Method
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, June 21, 2007 7:02:35 AM(UTC)
Groups: Registered
Posts: 12
Hi ,
Is there any way to know the angle of rotation for each page when invoking AutoOrientPage Method as below.
Dim RasterDoc As LEADRasterDocument
Set RasterDoc = New LEADRasterDocument
Dim nRet As Integer
For i = 0 To RasterDoc.PageCount - 1
nRet = RasterDoc.AutoOrientPage(i)
Next
It has been observed , pages have slight distortion and displacement when AutoOrientPage method is called.
Regards
Francis Thomas
#2
Posted
:
Friday, June 22, 2007 7:33:48 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Yes, use the ILEADRasterDocument.DetectOrientationDegree property. For more information and an example for this property, please take a look at the COM OCR help file.
LEADTOOLS Support
Document
Document SDK Questions
Angle of page rotation when invoking AutoOrientPage Method
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.