Skip to main content

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