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