ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / UseGdiPlusTextRendering Property

In This Topic
    UseGdiPlusTextRendering Property
    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 System.Boolean
    public System.bool UseGdiPlusTextRendering {get; set;}
    See Also