HtmlSaveOptionsMinimalLineWidth 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.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public float MinimalLineWidth { get; set; }

Property Value

Type: Single
See Also