Table of Contents

Class PaperSize

Namespace
SearchAThing.Ext
Assembly
netcore-ext.dll

hold paper size info

public class PaperSize
Inheritance
PaperSize
Inherited Members
Extension Methods

Constructors

PaperSize(PaperSizeEnum)

paper size by given type

public PaperSize(PaperSizeEnum type)

Parameters

type PaperSizeEnum

PaperSize(double, double)

custom paper size

public PaperSize(double widthMM, double heightMM)

Parameters

widthMM double
heightMM double

Fields

A0

841 x 1189 mm

public static readonly PaperSize A0

Field Value

PaperSize

A1

594 x 841 mm

public static readonly PaperSize A1

Field Value

PaperSize

A10

26 x 37 mm

public static readonly PaperSize A10

Field Value

PaperSize

A2

420 x 594 mm

public static readonly PaperSize A2

Field Value

PaperSize

A3

297 x 420 mm

public static readonly PaperSize A3

Field Value

PaperSize

A4

210 x 297 mm

public static readonly PaperSize A4

Field Value

PaperSize

A5

148.5 x 210 mm

public static readonly PaperSize A5

Field Value

PaperSize

A6

105 x 148.5 mm

public static readonly PaperSize A6

Field Value

PaperSize

A7

74 x 105 mm

public static readonly PaperSize A7

Field Value

PaperSize

A8

52 x 74 mm

public static readonly PaperSize A8

Field Value

PaperSize

A9

37 x 52 mm

public static readonly PaperSize A9

Field Value

PaperSize

Properties

HeightMM

paper height[mm]

public double HeightMM { get; }

Property Value

double

Type

peper type

public PaperSizeEnum Type { get; }

Property Value

PaperSizeEnum

WidthMM

paper width [mm]

public double WidthMM { get; }

Property Value

double