This class represents a PDF page size.
Inheritance Hierarchy
EvoPdfClientPdfPageSize
Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The PdfPageSize type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfPageSize |
Default constructor constructs a A4 page size
| |
| PdfPageSize(Single, Single) |
Constructs a custom page size
|
Properties
| Name | Description | |
|---|---|---|
| Height |
Gets or sets the page height
| |
| Width |
Gets or sets the page width
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| A0 |
Represents the A0 size of a PDF page
| |
| A1 |
Represents the A1 size of a PDF page
| |
| A10 |
Represents the A10 size of a PDF page
| |
| A2 |
Represents the A2 size of a PDF page
| |
| A3 |
Represents the A3 size of a PDF page
| |
| A4 |
Represents the A4 size of a PDF page
| |
| A5 |
Represents the A5 size of a PDF page
| |
| A6 |
Represents the A6 size of a PDF page
| |
| A7 |
Represents the A7 size of a PDF page
| |
| A8 |
Represents the A8 size of a PDF page
| |
| A9 |
Represents the A9 size of a PDF page
| |
| ArchA |
Represents the ArchA size of a PDF page
| |
| ArchB |
Represents the ArchB size of a PDF page
| |
| ArchC |
Represents the ArchC size of a PDF page
| |
| ArchD |
Represents the ArchD size of a PDF page
| |
| ArchE |
Represents the ArchE size of a PDF page
| |
| B0 |
Represents the B0 size of a PDF page
| |
| B1 |
Represents the B1 size of a PDF page
| |
| B2 |
Represents the B2 size of a PDF page
| |
| B3 |
Represents the B3 size of a PDF page
| |
| B4 |
Represents the B4 size of a PDF page
| |
| B5 |
Represents the B5 size of a PDF page
| |
| Flsa |
Represents the Flsa size of a PDF page
| |
| HalfLetter |
Represents the HalfLetter size of a PDF page
| |
| Ledger |
Represents the Ledger size of a PDF page
| |
| Legal |
Represents the Legal size of a PDF page
| |
| Letter |
Represents the Letter size of a PDF page
| |
| Letter11x17 |
Represents the 11x17 size of a PDF page
| |
| Note |
Represents the Note size of a PDF page
|
See Also