The SetStampParameter transaction defines whether stamps are displayed on-screen in newly opened or created documents, or whether they are included on printed documents.
Type XTYPE_EXECUTE
Syntax [SetStampParameter(objectID, stampID, parameterID, value)]
|
Parameter |
Data type |
Values |
Meaning |
|
objectID |
WORD |
-1 |
Imagenation |
|
stampID |
WORD |
0 |
all stamps |
|
parameterID |
WORD |
1 |
default on-screen display of stamps. See Remarks. |
|
|
|
2 |
print display of stamps |
|
value |
BOOL |
0 | 1 |
hide | display |
Remarks
If you set parameterID to 1, the transaction does not affect pages that have already been viewed. It only affects the documents you open next, and pages not yet rendered. To change stamp display in the active document, use SetStampPageView.
This transaction is identical to the previous SetWatermarkParameter. Its name has simply been changed for consistency with the standard Imagenation user interface. SetWatermarkParameter will continue to work in existing integrations.
Release information
Added in Release 5.10.
See also