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)
ParameterTypeDescription
imageconst System::SharedPtr<System::IO::Stream>&Stream which contains image data.

See Also

Stamp::BindImage(const System::String&) method

Sets image as a stamp.

void Aspose::Pdf::Facades::Stamp::BindImage(const System::String &imageFile)
ParameterTypeDescription
imageFileconst System::String&Image file name and path.

See Also