This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, November 27, 2005 1:06:34 PM(UTC)
Groups: Registered
Posts: 3
Hi, i've just see that If I do something like this after the build of annotation workspace(but no ann object on it):
For Each obj As AnnAutomationObject In theManager.Objects
If obj.Id = AnnAutomationManager.RulerObjectId Then
CType(obj.Object, AnnRulerObject).MeasurementUnit = AnnUnit.Millimeter
End If
Next obj
I'm able to change all values of newly created ruler (like if this
is the mother ruler by default, however this is not documentated).
Now I need to calibrate it, but WITHOUT the calibrate menu, i need to
do it from code. I've search over and over, but no luck...any idea?
#2
Posted
:
Monday, December 5, 2005 2:13:34 PM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
You can control the calibration of rulers by assigning values to the AnnRulerObject.DpiX and AnnRulerObject.DpiY properties.
Edited by user Wednesday, December 7, 2016 2:26:12 PM(UTC)
| Reason: Not specified
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
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.