Hello,
I am using following code to add Rulers to ImageEn:
//Setup Rulers
ieViewMain.RulerParams.Units := ieruInches;
ieViewMain.ShowRulers := [ rdHorizontal, rdVertical ];
ieViewMain.RulerParams.DisplayNegativeValues := ienvDisabled;
ieViewMain.RulerParams.ConstrainGrips := True;
This is giving following in the software:
How to remove the white space between the rulers and imageen contents?
TIA
Yogi Yang