StampInfo

StampInfo class

Class representing stamp information.

The StampInfo type exposes the following members:

Properties

NameDescription
stamp_idGets identifier of the stamp.
index_on_pageGets stamp index on the page.
stamp_typeGets stamp type (image / form).
rectangleGets rectangle where stamp is placed.
imageGets image of stamp. May be null if stamp does not contain images (for example for text stamp).
formGets XForm of the stamp.
textGets text in the stamp.
visibleGets visibility of stamp. If false then stamp is hidden (with HideStampById). Hidden stamp may be restored by ShowStampById.

See Also