C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview 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
 
See Also