ASPxClientChartPrintOptions.SetPaperKind(paperKind) Method
Sets the predefined size ratio of the paper which will be used to print a chart.
Declaration
SetPaperKind(
paperKind: string
): void
Parameters
Name | Type | Description |
---|---|---|
paperKind | string | A System.String object, specifying the name of a size ratio. |
Remarks
A list of available argument values for this method is described in the PaperKind enumeration.
See Also