The GetStampString transaction returns one of the eight possible stamp text strings.
Type XTYP_REQUEST
Syntax [GetStampString(objectID, stampID)]
|
Parameter |
Data type |
Values |
Meaning |
|
objectID |
WORD |
-1 |
Imagenation |
|
stampID |
WORD |
1 |
top left stamp |
|
|
|
2 |
top center |
|
|
|
3 |
top right |
|
|
|
4 |
top left to bottom right diagonal |
|
|
|
5 |
bottom left to top right diagonal. See Remarks. |
|
|
|
6 |
bottom left |
|
|
|
7 |
bottom center |
|
|
|
8 |
bottom right |
|
Reply |
Data type |
Meaning | |
|
stampText |
string |
contents of the specified stamp | |
Remarks
You can only have one diagonal stamp defined at a time--either top left to bottom right, or bottom left to top right, but not both. The last one set will be returned.
This transaction is identical to the old GetWatermarkString. Its name has simply been changed for consistency with the standard Imagenation user interface. GetWatermarkString will continue to work in existing integrations.
Release information
Added in Release 5.10.
See also