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
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read | Page width in points. |
Height | float | Read | Page height in points. |
A0 | PageSize | Read | Gets the a0. |
A1 | PageSize | Read | Gets the a1. |
A2 | PageSize | Read | Gets the a2. |
A3 | PageSize | Read | Gets the a3. |
A4 | PageSize | Read | Gets the a4. |
A5 | PageSize | Read | Gets the a5. |
Letter | PageSize | Read | Gets the letter. |
Legal | PageSize | Read | Gets the legal. |
Tabloid | PageSize | Read | Gets the tabloid. |
P11x17 | PageSize | Read | Gets the p11x17. |
Methods
| Signature | Description |
|---|---|
PageSize(width: float, height: float) | Initializes a page size with the specified width and height in points. |