PageSize
PageSize class
Specifies page size
public sealed class PageSize : Enumeration
Constructors
| Name |
Description |
| PageSize() |
Serialization constructor |
Methods
| Name |
Description |
| CompareTo(object) |
Compares current object to other. |
| virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
| override Equals(object) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| override ToString() |
Returns a string that represents the current object. |
Fields
| Name |
Description |
| static readonly A3 |
297 x 420 mm. |
| static readonly A4 |
210 x 297 mm. |
| static readonly A5 |
148 x 210 mm. |
| static readonly B4 |
250 x 353 mm |
| static readonly B5 |
176 x 250 mm. |
| static readonly Custom |
Custom paper size. |
| static readonly EnvelopeDL |
110 x 220 mm. |
| static readonly Executive |
7.25 x 10.5 inches. |
| static readonly Folio |
8.5 x 13 inches. |
| static readonly Ledger |
17 x 11 inches. |
| static readonly Legal |
8.5 x 14 inches. |
| static readonly Letter |
8.5 x 11 inches. |
| static readonly Paper10x14 |
10 x 14 inches. |
| static readonly Paper11x17 |
11 x 17 inches. |
| static readonly Quarto |
8.47 x 10.83 inches. |
| static readonly Statement |
8.5 x 5.5 inches. |
| static readonly Tabloid |
11 x 17 inches. |
| static readonly Unset |
Unset paper size. |
See Also