Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IMarginHV

A structure representing horizontal and vertical margins.

Remarks

ICropMark and ISafetyLine use this structure.

Example

margin: {
horizontal: 10,
vertical: 8
}

Properties

horizontal

horizontal: number

The horizontal margin. This value is used for both left and right margins.


vertical

vertical: number

The vertical margin. This value is used for both top and bottom margins.

Was this page helpful?