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