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ámetro | Tipo | Descripción |
|---|---|---|
| imagen | const System::SharedPtr<System::IO::Stream>& | Flujo que contiene los datos de la imagen. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
Stamp::BindImage(const System::String&) method
Establece la imagen como sello.
void Aspose::Pdf::Facades::Stamp::BindImage(const System::String &imageFile)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imageFile | const System::String& | Image nombre de archivo y ruta. |
Ver también
- Class String
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++