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 PreCutImposition 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 PreCutImposition Tags
Assuming you have access to the PreCutImposition 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 | {{PreCutImposition.TagName}} | {{PreCutImposition.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;"> {{{PreCutImposition.Image}}} </div>
Overview
Tag Name | Description | Type |
Across | The number of images calculated across the imposition. | Whole Number |
Down | The number of images calculated down the imposition. | Whole Number |
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 |
PageLength | The item's run size length. | Decimal Value |
PageWidth | The item's run size width. | Decimal Value |
SheetLength | The selected stock's length. | Decimal Value |
SheetWidth | The selected stock's width. | Decimal Value |