Wow.. it works!
Thanks a lot!
Search found 2 matches
- Thu Oct 19, 2006 4:42 am
- Forum: Support
- Topic: Page Height and Width using GetPageSize
- Replies: 2
- Views: 11482
- Tue Oct 17, 2006 2:43 am
- Forum: Support
- Topic: Page Height and Width using GetPageSize
- Replies: 2
- Views: 11482
Page Height and Width using GetPageSize
Hi I would like to get the height and width of a page so that I could use it in the Report Helper. I found on the previous post on GetPageSize. But the coding was in Delphi. var w, h: Integer; // rvoClientTextWidth must be excluded from RichViewEdit1.Options. GetPageSize(RVPrint1, w,h ...