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

ASPxClientChartPrintOptions.SetCustomPaperName(customPaperName) Method

Sets the name of the custom paper width-height ratio used to print a chart.

Declaration

SetCustomPaperName(
    customPaperName: string
): void

Parameters

Name Type Description
customPaperName string

A String object, specifying the name of the custom paper width-height ratio.

See Also