Interface ICropMarkText
A structure holding settings for page information on hi-res outputs.
Package: @aurigma/design-editor-iframe
Remarks
For details, see the Cropping marks topic.
Examples
const product = {
surfaces: [{
printAreas: [{
designFile: "envelope",
designLocation: { X: 4.1, Y: 4.1 },
cropMarks: [{
margin: 8.5,
color: "cmyk(0, 1, 1, 0, 1)",
widthPx: 1,
length: 6,
fontSize: 4,
leftNotes: [{
text: "Page information"
}]
}]
}]
}
]
Properties
alignment
The page information alignment. The default value is "Left".
Declaration
alignment?: CropMarkTextAlignment;
Property Value
| Type | Description |
|---|---|
| CropMarkTextAlignment | The page information alignment. The default value is |
fontSize
The font size of the text. The default value is 3.
Declaration
fontSize?: number;
Property Value
| Type | Description |
|---|---|
| number | The font size of the text. The default value is |
text
The page information to be placed on the hi-res output.
Declaration
text: string;
Property Value
| Type | Description |
|---|---|
| string | The page information to be placed on the hi-res output. |