CoreWebView2PrintSettings.Collation Property

Definition

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 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.

Applies to