The available paper sizes, in the order that they are stored in the list.

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

Syntax

C#
public Collection<PaperSize> PaperSizes { get; }
Visual Basic
Public ReadOnly Property PaperSizes As Collection(Of PaperSize)
	Get

See Also