Aspose::Pdf::ImageStamp::ImageStamp konstruktor
ImageStamp::ImageStamp(const System::SharedPtr<System::IO::Stream>&) constructor
Initierar en ny instans av klassen ImageStamp.
Aspose::Pdf::ImageStamp::ImageStamp(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 ImageStamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
ImageStamp::ImageStamp(const System::String&) constructor
Skapar bildstämpel från bild i den angivna filen.
Aspose::Pdf::ImageStamp::ImageStamp(const System::String &fileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileName | const System::String& | Namnet på filen som innehåller bilden. |
Se även
- Class String
- Class ImageStamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++