PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / UseGdiPlusTextRendering Property

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

    The default value is false.

    Syntax
    'Declaration
     
    Public Property UseGdiPlusTextRendering As Boolean
    public bool UseGdiPlusTextRendering {get; set;}
    See Also