Table of Contents

Constructor PaperSize

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

PaperSize(SizeD)

Initializes a new instance of the PaperSize class with the specified custom size, in millimeters.

public PaperSize(SizeD customSize)

Parameters

customSize SizeD

The custom size of the paper, in millimeters.

PaperSize(PaperKind)

Initializes a new instance of the PaperSize class with the specified paper kind.

public PaperSize(PaperKind paperKind)

Parameters

paperKind PaperKind

The type of paper.