Método Aspose::Pdf::Facades::Stamp::BindPdf

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

Establece el archivo PDF y el número de página que se usarán como sello.

void Aspose::Pdf::Facades::Stamp::BindPdf(const System::SharedPtr<System::IO::Stream> &pdfStream, int32_t pageNumber)
ParámetroTipoDescripción
pdfStreamconst System::SharedPtr<System::IO::Stream>&Secuencia que contiene el documento PDF.
pageNumberint32_tPage índice de la página del documento que se usará como sello.

Ver también

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

Establece el archivo PDF y el número de página que se usarán como sello.

void Aspose::Pdf::Facades::Stamp::BindPdf(const System::String &pdfFile, int32_t pageNumber)
ParámetroTipoDescripción
pdfFileconst System::String&Ruta al archivo PDF.
pageNumberint32_tNúmero de página en el archivo PDF

Ver también