Aspose::Pdf::Artifact::SetImage method

Artifact::SetImage(System::SharedPtr<System::IO::Stream>) method

Sets image of the artifact.

void Aspose::Pdf::Artifact::SetImage(System::SharedPtr<System::IO::Stream> imageStream)
ParameterTypeDescription
imageStreamSystem::SharedPtr<System::IO::Stream>Stream which contains image data.

See Also

Artifact::SetImage(System::String) method

Sets image of the artifact.

void Aspose::Pdf::Artifact::SetImage(System::String imageName)
ParameterTypeDescription
imageNameSystem::StringName of image file.

See Also