Page 1 of 1

Printing multiple pages per sheet.

Posted: Wed Oct 21, 2020 12:23 am
by IntegraHarlan
Hi,
Is there a way to print multiple pages per sheet using the AnnotatedPdfPrintDocument class?


Thanks
Harlan

Re: Printing multiple pages per sheet.

Posted: Wed Oct 21, 2020 12:02 pm
by Alex
Hi Harlan,

Yes, this is possible. The AnnotatedPdfPrintDocument class is derived from ImagePrintDocument class and provides all functionality, which is available in ImagePrintDocument class. Please read how to print images using System.Drawing (using ImagePrintDocument class) here: https://www.vintasoft.com/docs/vsimagin ... awing.html

Best regards, Alexander