HtmlSaveOptions.MinimalLineWidth

HtmlSaveOptions.MinimalLineWidth property

This attribute sets minimal width of graphic path line. If thickness of line is less than 1px Adobe Acrobat rounds it to this value. So this attribute can be used to emulate this behavior for HTML browsers.

public float MinimalLineWidth { get; set; }

See Also