#1 2015-08-19 15:39:15

eraldo
Member
From: Brasil
Registered: 2010-07-22
Posts: 69
Website

Option to set the number of copies in function TGDIPages.PrintPages(

Hello ab,
It would be possible to add the option to pre-determine the number of copies in the function
TGDIPages.PrintPages function (PrintFrom, PrintTo: integer): boolean; ?


something like

function TGDIPages.PrintPages(PrintFrom, PrintTo, Copies: integer): boolean;



Or a property...something like
  property Copies: integer read fCopies write SetCopies/fCopies;

Last edited by eraldo (2015-08-19 15:49:22)

Offline

#2 2015-08-19 16:49:57

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,183
Website

Re: Option to set the number of copies in function TGDIPages.PrintPages(

Isn't it part of the printer settings?

Offline

#3 2015-08-19 20:20:55

eraldo
Member
From: Brasil
Registered: 2010-07-22
Posts: 69
Website

Re: Option to set the number of copies in function TGDIPages.PrintPages(

You're right. There is no such need.
Thank you!

Offline

Board footer

Powered by FluxBB