new Separation()
This class is used to store separations in PDFRasterize and PDFDraw
Properties:
Name | Type | Description |
---|---|---|
data |
Uint8Array | the buffer containing separation data. |
data_size |
number | number of bytes in data buffer. |
separation_name |
string | name of the separation. |
c |
number | separation cyan value |
m |
number | separation magenta value |
y |
number | separation yellow value |
k |
number | separation key value |