Skip to content

Tag Definition: cropMarks

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

bleedWidth

implied

None

borderWidth

implied

None

markColor

implied

None

markLast

implied

None

markLength

implied

None

markWidth

implied

None

Can contain
EMPTY

Purpose

This lets you specify and display crop marks within a document representing the intended edges of the final document.

See the relevant rml sample here.

Example usage

<docinit useCropMarks="1">
    <cropMarks borderWidth="10" markWidth="1" markColor="red" markLength="5" markLast="0" bleedWidth="1"/>
</docinit>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <docinit> ➔ <cropMarks>