Image.Image
Contents
[
Hide
]Image(string)
Initializes a new instance of the Image class.
public Image(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | A string that contains the path to the file from which to create the Image. |
See Also
- class Image
- namespace Aspose.Note
- assembly Aspose.Note
Image(string, string, string)
Initializes a new instance of the Image class.
public Image(string path, string altTitle, string altDescription = null)
| Parameter | Type | Description |
|---|---|---|
| path | String | A string that contains the path to the file from which to create the Image. |
| altTitle | String | The alternative title. |
| altDescription | String | The alternative description. |
See Also
- class Image
- namespace Aspose.Note
- assembly Aspose.Note
Image(string, Stream)
Initializes a new instance of the Image class.
public Image(string fileName, Stream imageStream)
| Parameter | Type | Description |
|---|---|---|
| fileName | String | A name of the image. |
| imageStream | Stream | A stream which contains the image. |
See Also
- class Image
- namespace Aspose.Note
- assembly Aspose.Note
Image()
Initializes a new instance of the Image class.
public Image()
See Also
- class Image
- namespace Aspose.Note
- assembly Aspose.Note