PdfCharacter.Scale(Double) Method
Scales the character by the specified factor.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| scale | Double | The scale factor. |
Returns
| Type | Description |
|---|---|
| PdfCharacter | The scaled character. |
See Also