All Editions
Related Functions
Example
The IN_SetPrintTileOptions function sets the width and length of the overlapped area when printing a document with DIN19052 Part 4 tiling.
Syntax
IN_SetPrintTileOptions( OverlapX, OverlapY, flags, pFilename )
|
Parameters |
Values |
Meaning |
|
int OverlapX |
100 | 101 | 102… |
vertical length of overlap in millimeters. See Remarks. |
|
int OverlapY |
100 | 101 | 102… |
horizontal width of overlap in millimeters. See Remarks. |
|
int flags |
IN_PRINT_FLAGS_* TILE (4) TILE_DIN19052 (128) |
use Standard tiling use DIN19052 Part 4 tiling |
|
CHARPTR pFilename |
pointer to file name and path of the document to print | |
Remarks
The Overlap values must be greater than or equal to 100.
The Overlap values are ignored when the flags value is set to Standard tiling (4).
This function writes the X and Y overlap values in the "DIN19052-4 Tiling Overlap X" and "DIN19052-4 Tiling Overlap Y" keynames in the [Print] section of the Image.ini file.
Release information
Added to Imagenation for Windows in Release 7.3.
Not supported in Imagenation for UNIX.
See also