Constructor PaperSize
PaperSize(SizeD)
Initializes a new instance of the PaperSize class with the specified custom size, in millimeters.
public PaperSize(SizeD customSize)
Parameters
customSize
SizeDThe 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
PaperKindThe type of paper.