Class PaperSize

PaperSize class

Specifies the size of a piece of paper.

public class PaperSize

Constructors

NameDescription
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

NameDescription
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

NameDescription
override ToString()Provides some interesting information about the PaperSize in String form.

See Also