Class ExportType
Specifies the differnet file types when performing exporting.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ExportType : Enum
Fields
BMP
Specifies the BMP file type.
Declaration
public const ExportType BMP
Field Value
Type |
---|
ExportType |
GIF
Specifies the GIF file type.
Declaration
public const ExportType GIF
Field Value
Type |
---|
ExportType |
JPEG
Specifies the JPEG file type.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
PNG
Specifies the PNG file type.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
TIF
Specifies the TIF file type.
Declaration
public const ExportType TIF
Field Value
Type |
---|
ExportType |
WDP
Specifies the WDP file type.
Declaration
public const ExportType WDP
Field Value
Type |
---|
ExportType |