The width of the signature baseline.
Usage
Set_Property(OLECtrlEntID, "OLE.LineWidth", Value)
Values
Value can be any positive or negative whole number:
Default: 1
Remarks
The LineWidth property establishes the width, in pixels, of the line upon which the user will sign. This can be set to any valid Integer value.
Example
// Set the baseline width Set_Property(@Window:".OLE_SIGNATURE", "OLE.LineWidth", 4)