/* Set the length of the overlap to 150 millimeters, the width to 125 millimeters, use DIN19052 Part 4 tiling, and print the file named Nozzle.*/
if ( ( nError = IN_SetPrintTileOptions( 150, 125, 128, "C:\\Drawings\\Nozzle.wmf" ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}