OutlineGroup Constructor

Aspose.Note for .NET API

OutlineGroup Constructor

Initializes a new instance of the OutlineGroup class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public OutlineGroup(
	Document document
)
Public Sub New ( 
	document As Document
)
public:
OutlineGroup(
	Document^ document
)
new : 
        document : Document -> OutlineGroup

Parameters

document
Type: Aspose.NoteDocument
The document of the outline group.
See Also