PageSizeType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PageSizeType extends System.Enum

Specifies the size of the page node type.

Fields

FieldDescription
SizeByContentThe page does not have a fixed size.
USStatementU.S. statement (5.5" x 8.5").
ANSILetterANSI letter (8.5" x 11").
ANSITabloidANSI tabloid (11" x 17").
USLegalU.S. legal (8.5" x 14").
ISOA3ISO A3 (297mm x 420mm).
ISOA4ISO A4 (210mm x 297mm).
ISOA5ISO A5 (148mm x 210mm).
ISOA6ISO A6 (105mm x 148mm).
JISB4JIS B4 (257mm x 364mm).
JISB5JIS B5 (182mm x 257mm).
JISB6JIS B6 (128mm x 182mm).
JapanesePostcardJapanese postcard (100mm x 148mm).
IndexCardIndex card (3" x 5").
BillfoldBillfold (3.75" x 6.75").
CustomCustom size.

SizeByContent

public static final int SizeByContent

The page does not have a fixed size. It resizes automatically to fit all of the content within it.

USStatement

public static final int USStatement

U.S. statement (5.5" x 8.5").

ANSILetter

public static final int ANSILetter

ANSI letter (8.5" x 11").

ANSITabloid

public static final int ANSITabloid

ANSI tabloid (11" x 17").

USLegal

public static final int USLegal

U.S. legal (8.5" x 14").

ISOA3

public static final int ISOA3

ISO A3 (297mm x 420mm).

ISOA4

public static final int ISOA4

ISO A4 (210mm x 297mm).

ISOA5

public static final int ISOA5

ISO A5 (148mm x 210mm).

ISOA6

public static final int ISOA6

ISO A6 (105mm x 148mm).

JISB4

public static final int JISB4

JIS B4 (257mm x 364mm).

JISB5

public static final int JISB5

JIS B5 (182mm x 257mm).

JISB6

public static final int JISB6

JIS B6 (128mm x 182mm).

JapanesePostcard

public static final int JapanesePostcard

Japanese postcard (100mm x 148mm).

IndexCard

public static final int IndexCard

Index card (3" x 5").

Billfold

public static final int Billfold

Billfold (3.75" x 6.75").

Custom

public static final int Custom

Custom size.