UseGdiToDrawLinesWhenPossible Property (PageDrawParams)
In This Topic
Indicates whether to use GDI functions to draw lines, in this case PDF export works better.
Syntax
'Declaration
Public Property UseGdiToDrawLinesWhenPossible As Boolean
public bool UseGdiToDrawLinesWhenPossible {get; set;}
See Also