NotebookSaveOptions(TDocumentSaveOptions).DocumentSaveOptions Property

Aspose.Note for .NET API

NotebookSaveOptionsTDocumentSaveOptionsDocumentSaveOptions Property

Gets or sets 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 TDocumentSaveOptions DocumentSaveOptions { get; protected set; }
Public Property DocumentSaveOptions As TDocumentSaveOptions
	Get
	Protected Set
public:
property TDocumentSaveOptions DocumentSaveOptions {
	TDocumentSaveOptions get ();
	protected: void set (TDocumentSaveOptions value);
}
member DocumentSaveOptions : 'TDocumentSaveOptions with get, set

Property Value

Type: TDocumentSaveOptions
See Also