Aspose::Pdf::Facades::Stamp::BindImage método

Stamp::BindImage(const System::SharedPtr<System::IO::Stream>&) method

Establece la imagen que se usará como sello.

void Aspose::Pdf::Facades::Stamp::BindImage(const System::SharedPtr<System::IO::Stream> &image)
ParámetroTipoDescripción
imagenconst System::SharedPtr<System::IO::Stream>&Flujo que contiene los datos de la imagen.

Ver también

Stamp::BindImage(const System::String&) method

Establece la imagen como sello.

void Aspose::Pdf::Facades::Stamp::BindImage(const System::String &imageFile)
ParámetroTipoDescripción
imageFileconst System::String&Image nombre de archivo y ruta.

Ver también