Aspose::Pdf::Facades::Stamp::BindImage-metod
Stamp::BindImage(const System::SharedPtr<System::IO::Stream>&) method
Ställer in bild som kommer att användas som stämpel.
void Aspose::Pdf::Facades::Stamp::BindImage(const System::SharedPtr<System::IO::Stream> &image)
| Parameter | Typ | Beskrivning |
|---|---|---|
| bild | const System::SharedPtr<System::IO::Stream>& | Ström som innehåller bilddata. |
Se även
- Typedef SharedPtr
- Class Stream
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
Stamp::BindImage(const System::String&) method
Ställer in bild som en stämpel.
void Aspose::Pdf::Facades::Stamp::BindImage(const System::String &imageFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| imageFile | const System::String& | Image filnamn och sökväg. |
Se även
- Class String
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++