The SetMinOutputLineWidth transaction sets the minimum output line width used for the print, fax, and rasterize operations. The default value is 0 pixels. The value can be increased to prevent lines from disappearing at certain scale factors.
Type XTYP_EXECUTE
Syntax [SetMinOutputLineWidth(width, units)]
|
Parameter |
Data type |
Values |
Meaning |
|
width |
float |
value of line width | |
|
units |
WORD |
0 |
pixels |
|
|
|
1 |
inches |
|
|
|
2 |
centimeters |
|
|
|
3 |
millimeters |
|
|
|
4 |
meters |
|
|
|
5 |
feet |
|
|
|
6 |
points |
|
|
|
7 |
twips |
Release information
Added in Release 4.31.
See also