Skip to main content

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?