ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDFViewer - Setting Number of Copies
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

stwizard

USA
45 Posts

Posted - Oct 15 2024 :  08:42:27  Show Profile  Reply
When using ImageEnView1.PdfViewer.Print(False), is there anyway to set the number of copies printed?

stwizard

USA
45 Posts

Posted - Oct 15 2024 :  08:57:08  Show Profile  Reply
I dropped a TPrintDialog on my app and was able to set it it this way.

dlgPrint.Copies := 2;

This worked. Is it the correct way to handle this?
Go to Top of Page

xequte

38531 Posts

Posted - Oct 16 2024 :  19:37:32  Show Profile  Reply
Hi

You can just set:

Vcl.Printers.Printer.Copies := 2;

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

stwizard

USA
45 Posts

Posted - Oct 18 2024 :  07:03:32  Show Profile  Reply
Thanks Nigel,

That's better.

Requires:
Uses Printers;

Mike
Go to Top of Page

JonMRobertson

USA
32 Posts

Posted - Oct 18 2024 :  08:32:34  Show Profile  Reply
I learned something today.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: