NotebookSaveOptions(TDocumentSaveOptions).GetDocumentSaveOptions Method

Aspose.Note for .NET API

NotebookSaveOptionsTDocumentSaveOptionsGetDocumentSaveOptions Method

Gets the save options for all notebook's child documents.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public override SaveOptions GetDocumentSaveOptions()
Public Overrides Function GetDocumentSaveOptions As SaveOptions
public:
virtual SaveOptions^ GetDocumentSaveOptions() override
abstract GetDocumentSaveOptions : unit -> SaveOptions 
override GetDocumentSaveOptions : unit -> SaveOptions 

Return Value

Type: SaveOptions
The SaveOptions.
See Also