Aspose::Pdf::Facades::Stamp::BindImage method

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

Sets image which will be used as stamp.

void Aspose::Pdf::Facades::Stamp::BindImage(System::SharedPtr<System::IO::Stream> image)
ParameterTypeDescription
imageSystem::SharedPtr<System::IO::Stream>Stream which contains image data.

See Also

Stamp::BindImage(System::String) method

Sets image as a stamp.

void Aspose::Pdf::Facades::Stamp::BindImage(System::String imageFile)
ParameterTypeDescription
imageFileSystem::StringImage file name and path.

See Also