Aspose::Pdf::HtmlSaveOptions::set_MinimalLineWidth method

HtmlSaveOptions::set_MinimalLineWidth method

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.

void Aspose::Pdf::HtmlSaveOptions::set_MinimalLineWidth(float value)

See Also