PdfPageStamp.PdfPageStamp

PdfPageStamp(Page)

Constructor of PdfPageStamp.

public PdfPageStamp(Page pdfPage)
ParameterTypeDescription
pdfPagePagePage which is used for stamping.

See Also


PdfPageStamp(string, int)

Creates Pdf page stamp from specifed page of the document in specified file.

public PdfPageStamp(string fileName, int pageIndex)
ParameterTypeDescription
fileNameStringName and page of PDF file.
pageIndexInt32Index of the page.

See Also


PdfPageStamp(Stream, int)

Creates Pdf page stamp from specifed page in the document from the stream.

public PdfPageStamp(Stream stream, int pageIndex)
ParameterTypeDescription
streamStreamStream which contains PDF
pageIndexInt32Index of the page.

See Also