Collected rasters for a page. More...
#include "rf_types.h"
Data Fields | |
| int | page_id |
| Page number in job. | |
| HqBool | page_complete |
| Does this page have all of its rasters? More... | |
| int | n_rasters |
| The number of rasters for this page. More... | |
| RF_RASTER ** | rasters |
| The raster descriptions in this page. | |
Collected rasters for a page.
| int RF_RASTERS_PAGE::n_rasters |
The number of rasters for this page.
This may be zero, if all separations were omitted by the RIP.
| HqBool RF_RASTERS_PAGE::page_complete |
Does this page have all of its rasters?
This may be FALSE in a RF_REPLY_RASTER_STATUS reply, or in a RF_REPLY_RASTER_DELIVER reply issued after a previous RF_REPLY_RASTER_DELIVER reply indicated an error.