Information Classification: External Restricted.
See https://www.chili-publish.com/security
Document Object Model - ImageFrameBox
The relative position of a box within an image (mostly used for PDF crop/trim/... boxes)
Fields
Name | Type | Triggers | Description |
|---|---|---|---|
x | number |
| Percentage (0-1) of the box's X coordinate in comparison to the full image width |
y | number |
| Percentage (0-1) of the box's Y coordinate in comparison to the full image height |
width | number |
| Percentage (0-1) of the box's height in comparison to the full image height |
height | number |
| Percentage (0-1) of the box's width in comparison to the full image width |