How do I get "collate" from e? - CLARIFICATION

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Liles

    #1

    How do I get "collate" from e? - CLARIFICATION

    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


Working...