Class PaperSize
PaperSize class
Specifies the size of a piece of paper.
Constructors
| Name | Description |
|---|
| PaperSize() | Initializes a new instance of the PaperSize class with default properties. |
| PaperSize(string, int, int) | Initializes a new instance of the PaperSize class. |
Properties
| Name | Description |
|---|
| Height { get; set; } | Gets or sets the height of the paper, in hundredths of an inch. |
| Kind { get; } | Gets the type of paper. |
| PaperName { get; set; } | Gets or sets the name of the type of paper. |
| Width { get; set; } | Gets or sets the width of the paper, in hundredths of an inch. |
Methods
| Name | Description |
|---|
| override ToString() | Provides some interesting information about the PaperSize in String form. |
See Also