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
Fields
A0
841 x 1189 mm
public static readonly PaperSize A0
Field Value
A1
594 x 841 mm
public static readonly PaperSize A1
Field Value
A10
26 x 37 mm
public static readonly PaperSize A10
Field Value
A2
420 x 594 mm
public static readonly PaperSize A2
Field Value
A3
297 x 420 mm
public static readonly PaperSize A3
Field Value
A4
210 x 297 mm
public static readonly PaperSize A4
Field Value
A5
148.5 x 210 mm
public static readonly PaperSize A5
Field Value
A6
105 x 148.5 mm
public static readonly PaperSize A6
Field Value
A7
74 x 105 mm
public static readonly PaperSize A7
Field Value
A8
52 x 74 mm
public static readonly PaperSize A8
Field Value
A9
37 x 52 mm
public static readonly PaperSize A9
Field Value
Properties
HeightMM
paper height[mm]
public double HeightMM { get; }
Property Value
Type
peper type
public PaperSizeEnum Type { get; }
Property Value
WidthMM
paper width [mm]
public double WidthMM { get; }