NotebookSaveOptions.GetDocumentSaveOptions Method

Aspose.Note for .NET API

NotebookSaveOptionsGetDocumentSaveOptions 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 abstract SaveOptions GetDocumentSaveOptions()
Public MustOverride Function GetDocumentSaveOptions As SaveOptions
public:
virtual SaveOptions^ GetDocumentSaveOptions() abstract
abstract GetDocumentSaveOptions : unit -> SaveOptions 

Return Value

Type: SaveOptions
The SaveOptions.
See Also