public final class PageSize
extends com.aspose.ms.System.Enum
The size of the page.
Modifier and Type | Field and Description |
---|---|
static int |
A0
The size of the A0 page in points is 3371 x 2384
|
static int |
A1
The size of the A1 page in points is 2384 x 1685
|
static int |
A2
The size of the A2 page in points is 1684 x 1190
|
static int |
A3
The size of the A3 page in points is 1190 x 842
|
static int |
A4
The size of the A4 page in points is 842 x 595
|
static int |
Ledger
The size of the Ledger page in points is 1224 x 792
|
static int |
Letter
The size of the Letter page in points is 792 x 612
|
static int |
Unspecified
The default, unspecified page size.
|
public static final int A0
The size of the A0 page in points is 3371 x 2384
public static final int A1
The size of the A1 page in points is 2384 x 1685
public static final int A2
The size of the A2 page in points is 1684 x 1190
public static final int A3
The size of the A3 page in points is 1190 x 842
public static final int A4
The size of the A4 page in points is 842 x 595
public static final int Ledger
The size of the Ledger page in points is 1224 x 792
public static final int Letter
The size of the Letter page in points is 792 x 612
public static final int Unspecified
The default, unspecified page size.
Copyright © 2020. All rights reserved.