PageSetup.CustomPaperSize

PageSetup.CustomPaperSize method

Sets the custom paper size, in unit of inches.

public void CustomPaperSize(double width, double height)
ParameterTypeDescription
widthDoubleThe width of the paper.
heightDoubleThe height of the paper.

See Also