Stamp Class |
Namespace: Aspose.Pdf.Facades
The Stamp type exposes the following members.
Name | Description | |
---|---|---|
![]() | Stamp | Initializes a new instance of the Stamp class |
Name | Description | |
---|---|---|
![]() | BlendingSpace |
Gets or sets a BlendingColorSpace value that defines a color space
that is used to perform transparency and blending operations on the page.
|
![]() ![]() | IsBackground |
Gets or sets background status. If true stamp will be placed as background of the spamped page.
By default is set to false.
|
![]() | Opacity |
Gets or sets opacity of the stamp.
|
![]() | PageNumber |
Gets or sets page number.
|
![]() ![]() | Pages |
Gets or sets array with numbers of pages which will be affected by stamp.
If Pages = null all pages of the document are affected.
|
![]() | Quality |
Gets or sets quality of image stamp in percent. Valiued values 0..100%.
|
![]() ![]() | Rotation |
Gets or sets rotation of the stamp in degrees.
|
![]() | StampId |
Gets or sets identifier of stamp.
|
Name | Description | |
---|---|---|
![]() | BindImage(Stream) |
Sets image which will be used as stamp.
|
![]() ![]() | BindImage(String) |
Sets image as a stamp.
|
![]() | BindLogo |
Sets text as stamp.
|
![]() ![]() | BindPdf(Stream, Int32) |
Sets PDF file and number of page which will be used as stamp.
|
![]() ![]() | BindPdf(String, Int32) |
Sets PDF file and number of page which will be used as stamp.
|
![]() | BindTextState |
Sets text state of stamp text.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetImageSize |
Sets size of image stamp. Image will be scaled according to the specified values.
|
![]() | SetOrigin |
Sets position on page where stamp will be placed.
|
![]() | ToString | (Inherited from Object.) |