ComponentOne Reports for WPF
C1.C1Report Namespace / CompatibilityOptions Class / UseGdiLinesInPdfExport Property

In This Topic
    UseGdiLinesInPdfExport Property (CompatibilityOptions)
    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 Boolean
    public bool UseGdiLinesInPdfExport {get; set;}
    See Also