UseGdiPlusTextRendering Property (C1Report)
In This Topic
Gets or sets a value indicating whether all text in the current report should be rendered using GDI+ text API.
The default value is false.
Syntax
'Declaration
Public Property UseGdiPlusTextRendering As Boolean
public bool UseGdiPlusTextRendering {get; set;}
See Also