Aspose::Pdf::Facades::Stamp::BindImage method
Stamp::BindImage(const System::SharedPtr<System::IO::Stream>&) method
Sets image which will be used as stamp.
void Aspose::Pdf::Facades::Stamp::BindImage(const System::SharedPtr<System::IO::Stream> &image)
| Parameter | Type | Description |
|---|---|---|
| image | const System::SharedPtr<System::IO::Stream>& | Stream which contains image data. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
Stamp::BindImage(const System::String&) method
Sets image as a stamp.
void Aspose::Pdf::Facades::Stamp::BindImage(const System::String &imageFile)
| Parameter | Type | Description |
|---|---|---|
| imageFile | const System::String& | Image file name and path. |
See Also
- Class String
- Class Stamp
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++