[]
Specifies the size of a piece of paper in hundredths of an inch. This is a cross-platform version of System.Drawing.Printing.PaperSize.
public class PaperSize
| Name | Description |
|---|---|
| PaperSize(PaperKind, string, int, int) | |
| PaperSize(string, int, int) |
| Name | Description |
|---|---|
| Height | Gets or sets the height of the paper, in hundredths of an inch. |
| Kind | Gets the type of paper. |
| PaperName | Gets or sets the name of the type of paper. |
| RawKind | Gets or sets an integer representing one of the System.Drawing.Printing.PaperSize values or a custom value. |
| Width | Gets or sets the width of the paper, in hundredths of an inch. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| ToString() |
| Name | Description |
|---|---|
| operator ==(PaperSize, PaperSize) | |
| operator !=(PaperSize, PaperSize) |