Page 1 of 1
Header/Footer heights
Posted: Fri Oct 02, 2015 9:26 am
by vit
How to find out heights of a header and a footer of SRVE?
Thanks!
Posted: Fri Oct 02, 2015 10:53 am
by vit
What I actually need is a distance between the top border of the page and the top point of the cursor as it placed at the first line of SRVE.RichViewEdit.
So I suppose this distance is SRVE.TopMargin100Pix + Header Text
And similarly I need a distance between the bottom border of the page and the bottom point of the cursor placed at the last line of SRVE.RichViewEdit
Posted: Fri Oct 02, 2015 2:09 pm
by Sergey Tkachenko
SRVE.GetHeaderOffs100Pix(PageNo), SRVE.GetFooterOffs100Pix(PageNo)
Posted: Sat Oct 03, 2015 7:51 am
by vit
Thanks!