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

public Outline( Document document )
Public Sub New ( document As Document )
public: Outline( Document^ document )
new : document : Document -> Outline
Parameters
- document
- Type: Aspose.NoteDocument
The parent document of the outline.
