Member variable CoreWebView2PrintSettings():Collation Foundation
Controls the collation of multiple copies.
This member variable determines how pages are ordered when printing multiple copies. Collated printing outputs complete copies in sequence (all pages of copy 1, then all pages of copy 2, etc.). Uncollated printing outputs all copies of each page together (all copies of page 1, then all copies of page 2, etc.). This setting only applies when :Copies is greater than 1.
The possible values are:
0 = Use printer's default collation setting
1 = Collated (complete copies in sequence)
2 = Uncollated (all copies of each page together)
Note that the :Collation setting is ignored when using XbpHTMLViewer2():printToFile().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.