StampInfo Class
Class representing stamp information.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FacadesStampInfo

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class StampInfo

The StampInfo type exposes the following members.

Properties
  NameDescription
Public propertyForm
Gets XForm of the stamp.
Public propertyImage
Gets image of stamp. May be null if stamp does not contain images (for example for text stamp).
Public propertyIndexOnPage
Gets stamp index on the page.
Public propertyRectangle
Gets rectangle where stamp is placed.
Public propertyStampId
Gets identifier of the stamp.
Public propertyStampType
Gets stamp type (image / form).
Public propertyText
Gets text in the stamp.
Public propertyVisible
Gets visibility of stamp. If false then stamp is hidden (with HideStampById). Hidden stamp may be restored by ShowStampById.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also