Getting Started
If you are new to the HTML document/canned email tag system, you can get an overview of tags, objects and loops here.
Accessing The Imposition Object
Access to this object is dependent on what document or canned email type you are trying to access the object from. Start by finding the document or canned email type you are working with from the links provided below. Follow the chart for your specified document or canned email type to see if the object is accessible, and if so, where it is located. You may need to use a combination of loops and/or chaining to access this object.
Accessing The Imposition Tags
Assuming you have access to the Ink object, you must do one of the following:
1. Prefix the object's name to the required tag
Here is a chart displaying these use cases.
Syntax | Example | |
1 | {{Imposition.TagName}} | {{Imposition.BottomBeed}} |
Overview
Tag Name | Description | Type |
BottomBleed | The value that has been input in the bottom bleed field. | Decimal Value |
BottomPrintSafeMargin | The value that has been input in the bottom print safe margin field on the press. | Decimal Value |
HasBleed | True if the item has bleeds, False if it doesn't | True/False |
HorizontalGutter | The value that has been input in the horizontal gutter field. | Decimal Value |
LeftBleed | The value that has been input in the left bleed field. | Decimal Value |
LeftPrintSafeMargin | The value that has been input in the left print safe margin field on the press. | Decimal Value |
RegistrationLeader | The value that has been input in the registration leader field. | Decimal Value |
RegistrationTrailer | The value that has been input in the registration trailer field. | Decimal Value |
RightBleed | The value that has been input in the right bleed field. | Decimal Value |
RightPrintSafeMargin | The value that has been input in the right print safe margin field on the press. | Decimal Value |
TopBleed | The value that has been input in the top bleed field. | Decimal Value |
TopPrintSafeMargin | The value that has been input in the top print safe margin field on the press. | Decimal Value |
VerticalGutter | The value that has been input in the vertical gutter field. | Decimal Value |