public @property float lineWidth()
Gets the current line width of the page.
Returns
when getLineWidth() succeed, it returns the current line width for path painting of the page. Otherwise it returns HPDFDEFLINEWIDTH.
public @property void lineWidth(float line_width)
Sets the width of the line used to stroke a path.
Parameters
line_width | The line width to use (default is 1). ## Graphics Mode Before and after - GMode.pageDescription or GMode.textObject. |