Aspose.Note for .Net
AttachedFile Constructor (Document, String) |
Initializes a new instance of the AttachedFile class.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public AttachedFile( Document document, string path )
Public Sub New ( document As Document, path As String )
public: AttachedFile( Document^ document, String^ path )
new : document : Document * path : string -> AttachedFile
Parameters
- document
- Type: Aspose.NoteDocument
A parent document of the attached file. - path
- Type: SystemString
A string that contains the path to the file from which to create the AttachedFile.
