CoreWebView2PrintSettings.PagesPerSide Property

Definition

Prints multiple pages of a document on a single piece of paper. Choose from 1, 2, 4, 6, 9 or 16.

public int PagesPerSide { get; set; }
member this.PagesPerSide : int with get, set
Public Property PagesPerSide As Integer

Property Value

Remarks

The default value is 1.

If an invalid value is provided, ArgumentException is thrown.

Below examples shows print output for PagesPerSide and Duplex.

PagesPerSideTotal pagesTwo-sided printingResult
11-1 page on the front side.
21Yes1 page on the front side.
24-2 pages on the first paper and 2 pages on the next paper.
24Yes2 pages on the front side and 2 pages on back side.
44Yes4 pages on the front side.
48Yes4 pages on the front side and 4 pages on the back side.

Applies to