ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / CompatibilityOptions Class / UseGdiLinesInPdfExport Property

In This Topic
    UseGdiLinesInPdfExport Property
    In This Topic
    Gets or sets a value indicating whether GDI functions should be used to draw lines when rendering for output to PDF. The default value is false. Setting this property to true may result in much smaller file sizes in reports containing many dashed/dotted lines.
    Syntax
    'Declaration
     
    Public Property UseGdiLinesInPdfExport As System.Boolean
    public System.bool UseGdiLinesInPdfExport {get; set;}
    See Also