SaveFormat Enumeration

Aspose.Note for .NET API

SaveFormat Enumeration

Indicates the format in which the document is saved.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public enum SaveFormat
Public Enumeration SaveFormat
public enum class SaveFormat
type SaveFormat
Members
  Member nameValueDescription
Png1 Specifies that the output is a PNG file.
Bmp2 Specifies that the output is a BMP file.
Jpeg3 Specifies that the output is a JPEG file.
Gif4 Specifies that the output is a GIF file.
Tiff5 Specifies that the output is a TIFF file.
Pdf6 Specifies that the output is a PDF file.
One7 Specifies that the output is a OneNote file.
Html8 Specifies that the output is a HTML file.
See Also