Enumeration
TrapImagePlacementTypes
Options for trap placement between vector objects and bitmap images.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1953522542 | readonly | Creates a trap that straddles the edge between vector objects and bitmap images. | |
| Number = 1953522536 | readonly | Causes vector objects to overlap abutting images. | |
| Number = 1953526640 | readonly | Causes bitmap images to overlap the abutting objects. | |
| Number = 1953525348 | readonly | Applies the same trapping rules as used elsewhere in the document. Note: When used to trap an object to a photograph, can result in noticeably uneven edges as the trap moves from one side of the edge to another. |
Object of 1
Properties elsewhere that hold an TrapImagePlacementTypes value.