You are not logged in.
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