PdfPageStamp

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

ConstructorDescription
PdfPageStampCreates Pdf page stamp from specified page in the document from the stream.
PdfPageStampConstructor of PdfPageStamp.
PdfPageStampCreates Pdf page stamp from specified page of the document in specified file.

Methods

MethodDescription
closeClose the instance
getPdfPageGets page which will be used as stamp.
putPut stamp on the specified page.
setPdfPageSets 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.