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