Title Constructor

Aspose.Note for .NET API

Title Constructor

Initializes a new instance of the Title class.

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

Parameters

document
Type: Aspose.NoteDocument
The parent document of the title.
See Also