The members of System.Drawing.Printing.PaperSize are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Drawing.Printing.PaperSize class. | ||
Initializes a new instance of the System.Drawing.Printing.PaperSize class. |
Height | int.
Gets or sets the height of the paper, in hundredths of an inch. | |
[read-only] | Kind | PaperKind.
Gets the type of paper. |
PaperName | string.
Gets or sets the name of the type of paper. | |
RawKind | int.
Gets or sets an integer representing one of the System.Drawing.Printing.PaperSize values or a custom value. | |
Width | int.
Gets or sets the width of the paper, in hundredths of an inch. |
override | ToString()
|