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