System.Drawing.Printing.PaperSize Members

The members of System.Drawing.Printing.PaperSize are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Drawing.Printing.PaperSize class.

Initializes a new instance of the System.Drawing.Printing.PaperSize class.

Public Properties

Heightint.

Gets or sets the height of the paper, in hundredths of an inch.

[read-only]
KindPaperKind.

Gets the type of paper.

PaperNamestring.

Gets or sets the name of the type of paper.

RawKindint.

Gets or sets an integer representing one of the System.Drawing.Printing.PaperSize values or a custom value.

Widthint.

Gets or sets the width of the paper, in hundredths of an inch.

Public Methods

override
ToString() : string

Provides information about the System.Drawing.Printing.PaperSize in string form.