Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / CompatibilityOptions Class / UseGdiCompatibleTextLayout Property

In This Topic
    UseGdiCompatibleTextLayout Property (CompatibilityOptions)
    In This Topic
    Indicates whether to use direct write gdi compatible text layout to render the text.
    Syntax
    'Declaration
     
    Public Property UseGdiCompatibleTextLayout As Boolean
    public bool UseGdiCompatibleTextLayout {get; set;}
    See Also