Print image header and footer in every row

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
codingbrains17
Posts: 1
Joined: Fri Sep 29, 2017 5:14 pm

Print image header and footer in every row

Post by codingbrains17 »

Hi, I am using PrintScaleMode.Mosaic. I have divided viewer in the row and column format. Likely I used 4 rows and 4 columns but it's not fixed.
I wanted to add the header on each Mosaic row.

I saw there is an option to add header and footer for each image but I am having an issue with the different size of images. So if I have a very low quality of image then the header and footer did not show on the image. The text size varies based on the image size.

I want to print same font size for all images.
Any suggestions are welcome.

Thank You.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Print image header and footer in every row

Post by Alex »

Hello,

Print Demo contains source codes of CustomImagePrintDocument class, which allows to add header/footer to printed page/image. Please see the source codes, update the source codes for your needs and let me now if you will have any question or problem.

Best regards, Alexander
Post Reply