PdfPageStamp
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Stamp com.aspose.pdf.PdfPageStamp, com.aspose.pdf.Stamp, com.aspose.pdf.PdfPageStamp
public final class PdfPageStamp extends Stamp
Class represents stamp which uses PDF page as stamp.
Constructors
| Constructor | Description |
|---|---|
| PdfPageStamp | Creates Pdf page stamp from specified page in the document from the stream. |
| PdfPageStamp | Constructor of PdfPageStamp. |
| PdfPageStamp | Creates Pdf page stamp from specified page of the document in specified file. |
Methods
| Method | Description |
|---|---|
| close | Close the instance |
| getPdfPage | Gets page which will be used as stamp. |
| put | Put stamp on the specified page. |
| setPdfPage | Sets page which will be used as stamp. |
PdfPageStamp
Creates Pdf page stamp from specified page in the document from the stream.
PdfPageStamp
Constructor of PdfPageStamp.
PdfPageStamp
Creates Pdf page stamp from specified page of the document in specified file.
close
public void close()
Close the instance
getPdfPage
public Page getPdfPage()
Gets page which will be used as stamp.
Returns: Page value
put
Put stamp on the specified page.
setPdfPage
Sets page which will be used as stamp.