Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / UseGdiToDrawLinesWhenPossible Property

In This Topic
    UseGdiToDrawLinesWhenPossible Property
    In This Topic
    Indicates whether to use GDI functions to draw lines, in this case PDF export works better.
    Syntax
    'Declaration
     
    Public Property UseGdiToDrawLinesWhenPossible As Boolean
    public bool UseGdiToDrawLinesWhenPossible {get; set;}
    See Also