PaperSize.PaperSize

PaperSize()

Initializes a new instance of the PaperSize class with default properties.

public PaperSize()

See Also


PaperSize(string, int, int)

Initializes a new instance of the PaperSize class.

public PaperSize(string name, int width, int height)
ParameterTypeDescription
nameStringThe name of the paper.
widthInt32The width of the paper, in hundredths of an inch.
heightInt32The height of the paper, in hundredths of an inch.

See Also