Notebook.FileFormat Property

Aspose.Note for .NET API

NotebookFileFormat Property

Gets file format (OneNote 2010, OneNote Online).

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public FileFormat FileFormat { get; }
Public ReadOnly Property FileFormat As FileFormat
	Get
public:
property FileFormat FileFormat {
	FileFormat get ();
}
member FileFormat : FileFormat with get

Property Value

Type: FileFormat
See Also