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