Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document 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 documents containing many dashed/dotted lines.
    Syntax
    'Declaration
     
    Public Property UseGdiLinesInPdfExport As Boolean
    public bool UseGdiLinesInPdfExport {get; set;}
    See Also