Class PaperSize
Common paper sizes.
Inheritance
Namespace: IronPrint
Assembly: IronPrint.dll
Syntax
public sealed class PaperSize : Enum
PaperSize chooses the sheet dimensions for a print job and is assigned to PrintSettings.PaperSize. Common values are A4 and Letter for everyday documents and Legal for long forms, with A3 and the larger A0, A1, and A2 for posters and engineering drawings, plus A5, B4, B5, and Executive for smaller or specialty stock. PrinterDefault keeps whatever size the device is already set to. The paper size guide shows the property in a print job, alongside the other print settings.
settings.PaperSize = PaperSize.A4;Fields
A0
ISO A0
Declaration
public const PaperSize A0
Field Value
| Type | Description |
|---|---|
| PaperSize |
A1
ISO A1
Declaration
public const PaperSize A1
Field Value
| Type | Description |
|---|---|
| PaperSize |
A2
ISO A2
Declaration
public const PaperSize A2
Field Value
| Type | Description |
|---|---|
| PaperSize |
A3
ISO A3
- 11.7 ✕ 16.5 inch
- 297 ✕ 420 millimeter
Declaration
public const PaperSize A3
Field Value
| Type | Description |
|---|---|
| PaperSize |
A4
ISO A4
- 8.3 ✕ 11.7 inch
- 210 ✕ 297 millimeter
Declaration
public const PaperSize A4
Field Value
| Type | Description |
|---|---|
| PaperSize |
A5
ISO A5
- 5.8 ✕ 8.3 inch
- 148 ✕ 210 millimeter
Declaration
public const PaperSize A5
Field Value
| Type | Description |
|---|---|
| PaperSize |
B4
ISO B4
Declaration
public const PaperSize B4
Field Value
| Type | Description |
|---|---|
| PaperSize |
B5
ISO B5
Declaration
public const PaperSize B5
Field Value
| Type | Description |
|---|---|
| PaperSize |
Executive
US Executive
Declaration
public const PaperSize Executive
Field Value
| Type | Description |
|---|---|
| PaperSize |
Legal
US legal.
- 8.5 ✕ 14 inch
- 216 ✕ 356 millimeter
Declaration
public const PaperSize Legal
Field Value
| Type | Description |
|---|---|
| PaperSize |
Letter
US letter.
- 8.5 ✕ 11 inch
- 216 ✕ 279 millimeter
Declaration
public const PaperSize Letter
Field Value
| Type | Description |
|---|---|
| PaperSize |
PrinterDefault
Default paper size of a printer.
Declaration
public const PaperSize PrinterDefault
Field Value
| Type | Description |
|---|---|
| PaperSize |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |