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.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic float MinimalLineWidth { get; set; }
Public Property MinimalLineWidth As Single
Get
Set
public:
property float MinimalLineWidth {
float get ();
void set (float value);
}
member MinimalLineWidth : float32 with get, set
Property Value
Type:
Single
See Also