The GetStampParameter transaction reports whether stamps are displayed on-screen in newly opened or created documents, or whether they are included on printed documents.
Type XTYPE_REQUEST
Syntax [GetStampParameter(objectID, stampID, parameterID)]
|
Parameter |
Data type |
Values |
Meaning |
|
objectID |
DWORD |
-1 |
Imagenation |
|
stampID |
WORD |
0 |
all stamps |
|
parameterID |
WORD |
1 |
default on-screen display of stamps |
|
|
|
2 |
print display of stamps |
|
Reply |
Data type |
Values |
Meaning |
|
value |
BOOL |
0 | 1 |
hidden | displayed (global) |
Remarks
To find out about stamp display in active documents, use GetStampPageView instead.
This transaction is identical to the previous GetWatermarkParameter. Its name has simply been changed for consistency with the standard Imagenation user interface. GetWatermarkParameter will continue to work in existing integrations.
Release information
Added in Release 5.10.
See also