PaperSize Enumeration

Specifies the standard paper sizes supported.

Namespace: Dundas.BI.Print
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum PaperSize
Members
Member nameValueDescription
Letter0 The Letter paper size (8.5" x 11").
Legal1 The Legal paper size (8.5" x 14").
Tabloid2 The Tabloid paper size (11" x 17").
A33 The A3 ISO paper size (297mm x 420mm).
A44 The A4 ISO paper size (210mm x 297mm).
A55 The A5 ISO paper size (148mm x 210mm).
Custom6 A custom paper size.
See Also