If I check the "Collate" box in the PrintDialog it is ignored, always
returns "False" and does not collate. If I add the line
" e.PageSettings. PrinterSettings .Collate = True"
in my print routine, it does Collate just fine. How can I get it to
recognize that the user has checked the Collate box in the PrintDialog? Or,
how can I determine that the user has checked the Collate box so I can
programatically turn on Collation?
TIA, Bobbo
returns "False" and does not collate. If I add the line
" e.PageSettings. PrinterSettings .Collate = True"
in my print routine, it does Collate just fine. How can I get it to
recognize that the user has checked the Collate box in the PrintDialog? Or,
how can I determine that the user has checked the Collate box so I can
programatically turn on Collation?
TIA, Bobbo