Search found 3 matches

by scchui
Fri Aug 03, 2007 3:23 pm
Forum: Support
Topic: Example of header and footer
Replies: 1
Views: 8128

Example of header and footer

I read the manual and demo but still have no idea about how to add Footer and Header.

I use a RichView1 and RVPrint1 object and insert hundreds of pictures in the document. How can I add Page Number as header or footer?

Thanks for any help!
by scchui
Fri Aug 03, 2007 3:17 pm
Forum: Support
Topic: Insert Pagebreak in TRichView
Replies: 2
Views: 9136

Thanks, it works!
by scchui
Thu Aug 02, 2007 3:33 pm
Forum: Support
Topic: Insert Pagebreak in TRichView
Replies: 2
Views: 9136

Insert Pagebreak in TRichView

I am a newbie evaluating TRichView. I mainly use TRichView to help me print pictures of the following code: for i:=1 to 1000 do begin jpeg:=tjpegimage.create; jpeg.LoadFromFile(inttostr(i) + '.jpg'); RichView1.AddPictureEx('', jpeg, -1, rvvaMiddle); end; By far I am very satisfied with TRichView to ...