PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / UseGdiPlusTextRendering Property

In This Topic
    UseGdiPlusTextRendering Property (C1MultiDocument)
    In This Topic
    Gets or sets a value indicating whether text in the current document is rendered using GDI+ text API.

    The default is null (the property is not defined at the multi-document level).

    Syntax
    'Declaration
     
    Public Property UseGdiPlusTextRendering As Nullable(Of Boolean)
    public Nullable<bool> UseGdiPlusTextRendering {get; set;}
    See Also