The PrintAreaDocwin transaction prints an area of the specified document window. To print the entire window, use PrintDocwin.
Type XTYP_EXECUTE
Syntax [PrintAreaDocwin(docwinID, units, x1, y1, x2, y2, <printBanner>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
units |
WORD |
0 |
proportional |
|
x1, y1 |
DWORDs |
top-left corner coordinates of the area to print | |
|
x2, y2 |
DWORDs |
bottom-right corner coordinates | |
|
printBanner |
BOOL |
0 (default) |
do not print banner |
|
|
|
1 |
print banner Optional parameter |
Release Information
Added in Release 3.70.
See also