ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Boolean
    public System.bool UseGdiToDrawLinesWhenPossible {get; set;}
    See Also