PageSize

Overview

PageSize is a class in Aspose.PDF FOSS for .NET.

Represents a physical page size in points.

This class provides 1 method for working with PageSize objects in .NET programs. Available methods include: PageSize. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: A0, A1, A2, A3, A4, A5, and 6 more.

Properties

NameTypeAccessDescription
WidthfloatReadPage width in points.
HeightfloatReadPage height in points.
A0PageSizeReadGets the a0.
A1PageSizeReadGets the a1.
A2PageSizeReadGets the a2.
A3PageSizeReadGets the a3.
A4PageSizeReadGets the a4.
A5PageSizeReadGets the a5.
LetterPageSizeReadGets the letter.
LegalPageSizeReadGets the legal.
TabloidPageSizeReadGets the tabloid.
P11x17PageSizeReadGets the p11x17.

Methods

SignatureDescription
PageSize(width: float, height: float)Initializes a page size with the specified width and height in points.

See Also