Back to Website
Show / Hide Table of Contents

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 "Left".

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 3.

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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback