The PageSize type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageSize()()()() |
Create a new page size with default size (Letter).
| |
| PageSize(Double, Double) |
Create a new page size with given width and height both in in points.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| A3 |
297 x 420 mm
| |
| A4 |
210 x 297 mm
| |
| A5 |
148.5 X 210 mm
| |
| A6 |
105 X 148.5 mm
| |
| B5 |
182 x 257 mm
| |
| Executive |
7.25 x 10.5 inch
| |
| Folio |
8.5 x 13 inch
| |
| Height |
Height in points.
| |
| Ledger |
17 x 11 inch
| |
| Legal |
8.5 x 14 inch
| |
| Letter |
8.5 x 11 inch
| |
| Statement |
5.5 x 8.5 inch
| |
| Tabloid |
11 x 17 inch
| |
| Width |
Width in points.
|