Image Constructor (Document, String)

Aspose.Note for .NET API

Image Constructor (Document, String)

Initializes a new instance of the Image class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Image(
	Document document,
	string path
)
Public Sub New ( 
	document As Document,
	path As String
)
public:
Image(
	Document^ document, 
	String^ path
)
new : 
        document : Document * 
        path : string -> Image

Parameters

document
Type: Aspose.NoteDocument
A parent document of the image.
path
Type: SystemString
A string that contains the path to the file from which to create the Image.
See Also