Pages to print, as an array of (zero-based) page indices.

Namespace: TallComponents.PDF.Printing
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public int[] PagesAsIndices { get; set; }
Visual Basic
Public Property PagesAsIndices As Integer()
	Get
	Set

Remarks

  • [0,1] means: print the first two pages only.
  • [1,0] means: print the first two pages only, in reversed order.
  • [1,1] means: print the second page twice.

See Also