PdfPageSize Class |
Namespace: RadPdf.Data.Document.Pages
The PdfPageSize type exposes the following members.
Name | Description | |
---|---|---|
PdfPageSize |
Initializes a new instance of the PdfPageSize class with given width and height (in points).
|
Name | Description | |
---|---|---|
A0 |
Gets an object representing the A0 page size (841 mm by 1189 mm).
| |
A1 |
Gets an object representing the A1 page size (594 mm by 841 mm).
| |
A2 |
Gets an object representing the A2 page size (420 mm by 594 mm).
| |
A3 |
Gets an object representing the A3 page size (297 mm by 420 mm).
| |
A4 |
Gets an object representing the A4 page size (210 mm by 297 mm).
| |
A5 |
Gets an object representing the A5 page size (148 mm by 210 mm).
| |
A6 |
Gets an object representing the A6 page size (105 mm by 148 mm).
| |
Height |
Gets a value which represents the page height (in points).
| |
Ledger |
Gets an object representing the Ledger page size (17 in by 11 in).
| |
Legal |
Gets an object representing the Legal page size (8.5 in by 14 in).
| |
Letter |
Gets an object representing the Letter page size (8.5 in by 11 in).
| |
Tabloid |
Gets an object representing the Tabloid page size (11 in by 17 in).
| |
Width |
Gets a value which represents the page width (in points).
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PointsPerInch |
Specifies the number of points in one inch.
| |
PointsPerMm |
Specifies the number of points in one mm.
|