PageSize Enumeration
The size of the page.

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public enum PageSize
Members
  Member nameValueDescription
Unspecified0 The default, unspecified page size.
Letter1 The size of the Letter page in points is 792 x 612
Ledger2 The size of the Ledger page in points is 1224 x 792
A03 The size of the A0 page in points is 3371 x 2384
A14 The size of the A1 page in points is 2384 x 1685
A25 The size of the A2 page in points is 1684 x 1190
A36 The size of the A3 page in points is 1190 x 842
A47 The size of the A4 page in points is 842 x 595
See Also