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

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