Stamp Class
Class represeting stamp.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FacadesStamp

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

The Stamp type exposes the following members.

Constructors
  NameDescription
Public methodStamp
Initializes a new instance of the Stamp class
Properties
  NameDescription
Public propertyBlendingSpace
Gets or sets a BlendingColorSpace value that defines a color space that is used to perform transparency and blending operations on the page.
Public propertyCode exampleIsBackground
Gets or sets background status. If true stamp will be placed as background of the spamped page. By default is set to false.
Public propertyOpacity
Gets or sets opacity of the stamp.
Public propertyPageNumber
Gets or sets page number.
Public propertyCode examplePages
Gets or sets array with numbers of pages which will be affected by stamp. If Pages = null all pages of the document are affected.
Public propertyQuality
Gets or sets quality of image stamp in percent. Valiued values 0..100%.
Public propertyCode exampleRotation
Gets or sets rotation of the stamp in degrees.
Public propertyStampId
Gets or sets identifier of stamp.
Methods
  NameDescription
Public methodBindImage(Stream)
Sets image which will be used as stamp.
Public methodCode exampleBindImage(String)
Sets image as a stamp.
Public methodBindLogo
Sets text as stamp.
Public methodCode exampleBindPdf(Stream, Int32)
Sets PDF file and number of page which will be used as stamp.
Public methodCode exampleBindPdf(String, Int32)
Sets PDF file and number of page which will be used as stamp.
Public methodBindTextState
Sets text state of stamp text.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetImageSize
Sets size of image stamp. Image will be scaled according to the specified values.
Public methodSetOrigin
Sets position on page where stamp will be placed.
Public methodToString (Inherited from Object.)
See Also