Aspose::Pdf::Facades::Stamp::BindPdf method

Stamp::BindPdf(const System::SharedPtr<System::IO::Stream>&, int32_t) method

Sets PDF file and number of page which will be used as stamp.

void Aspose::Pdf::Facades::Stamp::BindPdf(const System::SharedPtr<System::IO::Stream> &pdfStream, int32_t pageNumber)
ParameterTypeDescription
pdfStreamconst System::SharedPtr<System::IO::Stream>&Stream which contains PDF document.
pageNumberint32_tPage index of the document whihc will be used as stamp.

See Also

Stamp::BindPdf(const System::String&, int32_t) method

Sets PDF file and number of page which will be used as stamp.

void Aspose::Pdf::Facades::Stamp::BindPdf(const System::String &pdfFile, int32_t pageNumber)
ParameterTypeDescription
pdfFileconst System::String&Path to PDF file.
pageNumberint32_tNumber of page in PDF file

See Also