CoreWebView2PrintSettings.Collation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Printer collation.
public Microsoft.Web.WebView2.Core.CoreWebView2PrintCollation Collation { get; set; }
member this.Collation : Microsoft.Web.WebView2.Core.CoreWebView2PrintCollation with get, set
Public Property Collation As CoreWebView2PrintCollation
Property Value
Remarks
See @CoreWebView2PrintCollation for descriptions of collation. The default value is @CoreWebView2PrintCollation$.Default.
Printing uses default value of printer's collation if an invalid value is provided for the specific printer.
This value is ignored in PrintToPdfStreamAsync(CoreWebView2PrintSettings) method.