ArtifactSetImage Method (Stream)
Sets image of the artifact.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetImage(
	Stream imageStream
)

Parameters

imageStream
Type: System.IOStream
Stream which contains image data.
See Also