Skip to main content
A newer version of this page is available. .

ASPxClientChartPrintOptions.SetCustomPaperHeight(customPaperHeight) Method

Sets the custom paper height which will be used to print a chart.

Declaration

SetCustomPaperHeight(
    customPaperHeight: number
): void

Parameters

Name Type Description
customPaperHeight number

A System.Int32 object, specifying the height in hundredths of an inch.

See Also