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