You can define whether or not the defined stamps are displayed.
To request whether stamps are displayed by default:
· Use the GetStampParameter transaction, with a parameterID of 1.
This return value is not affected by changes made with SetStampPageView, or through the user interface.
To display (or hide) stamps on newly opened or created documents:
· Use the SetStampParameter transaction, with a parameterID of 1.
This transaction does not affect any pages that have already been rendered (or viewed).
To display (or hide) a stamp on a given page of an open document:
· Use the SetStampPageView transaction.
The defined stamp is displayed on that page.
To request how a stamp is displayed on a page of an open document:
· Use the GetStampPageView(docwinID, <pageID>) transaction.
Note that you must display either all defined stamps, or none. You cannot, for example, choose to display the top left one and hide the bottom right one.
See also