Harlequin RIP SDK
HVD_element_output Struct Reference

Element information structure for the page output callback function. The lifetime of this structure is the page output function call: any data that the backend wishes to store for a longer duration must be copied. More...

#include "hvdtracker.h"

Data Fields

int32 y2
 Bounding box of the element raster: x1,y1 included; x2,y2 excluded.
 
int32 y
 Offset of the element in the page.
 
unsigned int nRasters
 Number of raster handles for this element.
 
void ** rasterData
 Array of raster handles to output.
 

Detailed Description

Element information structure for the page output callback function. The lifetime of this structure is the page output function call: any data that the backend wishes to store for a longer duration must be copied.


The documentation for this struct was generated from the following file: