Breadcrumbs

SetLineWidth

Defines the line thickness for all subsequent drawings (lines, rectangles, cell frames). The default line thickness is 0.2 mm. This property can be defined before creating the first page and is applied to all subsequent pages.

Syntax

  Func_FbMnFPDF_SetLineWidth.bmp

C++
METHOD PUBLIC SetLineWidth : BOOL
VAR_INPUT
    Width : REAL;
END_VAR

Parameters

Parameter

Description

Width 

The line width to be defined 

Return value 

Status of the call. 


Example



Requirements



Remarks