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 PostCutImposition 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 PostCutImposition Tags
Assuming you have access to the PostCutImposition 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 | {{PostCutImposition.TagName}} | {{PostCutImposition.BottomBleed}} |
To use the image tag, a specific class needs to be added to the <style> section
.imposition-container { display: inline-block; }
And around the tag in the body
<div class="imposition-container clear-fix" style="height: 300px;"> {{{PostCutImposition.Image}}} </div>
Overview
Tag Name | Description | Type |
Across | The number of images calculated across the imposition. | Whole Number |
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 |
Down | The number of images calculated down the imposition. | Whole Number |
Gripper | The gripper value passed from 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 |
Id | The Id of the imposition. | Guid |
Image | The image of the imposition layout. | String |
IsImpositionCentered | True if the imposition is centered on the page, False if it isn't. | True/False |
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 |
PageLength | The item's flat size length. | Decimal Value |
PageWidth | The item's flat size width. | 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 |
SheetLength | The item's run size length. | Decimal Value |
SheetWidth | The item's run size width. | 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 |