| The artwork printing position on media. |
Value
| Name | Description | Value |
PrintPosition.TRANSLATEBOTTOM | Translate to the bottom center of media. |
int
8
|
PrintPosition.TRANSLATEBOTTOMLEFT | Translate to the bottom left of media. |
int
7
|
PrintPosition.TRANSLATEBOTTOMRIGHT | Translate to the bottom right of media. |
int
9
|
PrintPosition.TRANSLATECENTER | Translate to the center of media. |
int
5
|
PrintPosition.TRANSLATELEFT | Translate to the left center of media. |
int
4
|
PrintPosition.TRANSLATERIGHT | Translate to the right center of media. |
int
6
|
PrintPosition.TRANSLATETOP | Translate to the top center of media. |
int
2
|
PrintPosition.TRANSLATETOPLEFT | Translate to the top left of media. |
int
1
|
PrintPosition.TRANSLATETOPRIGHT | Translate to the top right of media. |
int
3
|
|
Usage
| As property
PrintCoordinateOptions.position
|