Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / UseGdiPlusTextRendering Property

In This Topic
    UseGdiPlusTextRendering Property (C1MultiDocumentItem)
    In This Topic
    Gets the value of the UseGdiPlusTextRendering property of the document or report represented by the current multi-document item. This property is null if no document or report is associated with the current item.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseGdiPlusTextRendering As Nullable(Of Boolean)
    public Nullable<bool> UseGdiPlusTextRendering {get;}
    See Also