The GetStampPageView transaction reports whether stamps are displayed on the specified page in an open document.
Type XTYP_REQUEST
Syntax [GetStampPageView(docwinID, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
|
Reply |
Data type |
Values |
Meaning |
|
onOff |
BOOL |
0 | 1 |
hidden | shown |
Remarks
This transaction is identical to the previous GetWatermarkPageView. Its name has simply been changed for consistency with the standard Imagenation user interface. GetWatermarkPageView will continue to work in existing integrations.
Release information
Added in Release 5.10.
See also