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

Stamp::BindPdf(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(System::SharedPtr<System::IO::Stream> pdfStream, int32_t pageNumber)
ParameterTypeDescription
pdfStreamSystem::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(System::String, int32_t) method

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

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

See Also