Artifact.SetImage
SetImage(Stream)
Sets image of the artifact.
public void SetImage(Stream imageStream)
| Parameter | Type | Description |
|---|---|---|
| imageStream | Stream | Stream which contains image data. |
See Also
- class Artifact
- namespace Aspose.Pdf
- assembly Aspose.PDF
SetImage(string)
Sets image of the artifact.
public void SetImage(string imageName)
| Parameter | Type | Description |
|---|---|---|
| imageName | String | Name of image file. |
See Also
- class Artifact
- namespace Aspose.Pdf
- assembly Aspose.PDF