ComponentOne FlexReport for WinForms
UseGdiLinesInPdfExport Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > CompatibilityOptions Class : UseGdiLinesInPdfExport Property
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 System.Boolean
public System.bool UseGdiLinesInPdfExport {get; set;}
See Also

Reference

CompatibilityOptions Class
CompatibilityOptions Members