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. 


HTML Tags by Document Type

HTML Tags by Email Type


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.


 
SyntaxExample
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
AcrossThe number of images calculated across the imposition.Whole Number
DownThe number of images calculated down the imposition.Whole Number
IdThe Id of the imposition.Guid
ImageThe image of the imposition layout.
String
IsImpositionCenteredTrue if the imposition is centered on the page, False if it isn't.True/False
PageLengthThe item's run size length.Decimal Value
PageWidthThe item's run size width.Decimal Value
SheetLengthThe selected stock's length.Decimal Value
SheetWidthThe selected stock's width.Decimal Value