All Editions
Related Functions
Example
The IN_PrintAreaDocumentWindow function prints an area of the specified document window.
Syntax
int IN_PrintAreaDocumentWindow( docwinID, unitType, x1, y1, x2, y2, bBanner )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
USHORT unitType |
IN_UNITS_PROPORTIONAL (0) |
proportional units |
|
long x1, y1 |
top-left coordinates of the area | |
|
long x2, y2 |
bottom-right coordinates of the area | |
|
IN_BOOL bBanner |
FALSE do not print the banner TRUE print the banner | |
Release information
Added to Imagenation for Windows in Release 4.00.
The IN_BOOL bBanner parameter was added in Release 4.5.
As of Release 5.1, also available in Imagenation for UNIX.
See also