Class ExportSettings
Represents the contents of the diagram can be exported as raster image files by using export function.
Inheritance
System.Object
ExportSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class ExportSettings : Object, INotifyPropertyChanged
Constructors
ExportSettings()
Declaration
Properties
BitmapAlphaMode
Declaration
public BitmapAlphaMode BitmapAlphaMode { get; set; }
Property Value
Type |
Windows.Graphics.Imaging.BitmapAlphaMode |
Declaration
public BitmapPixelFormat BitmapPixelFormat { get; set; }
Property Value
Type |
Windows.Graphics.Imaging.BitmapPixelFormat |
Clip
Gets or sets to decide the region on the diagram to export
Declaration
public Rect Clip { get; set; }
Property Value
Type |
Windows.Foundation.Rect |
ColumnCount
Gets the count of pages for exporting based on PageWidth
Declaration
public int ColumnCount { get; }
Property Value
ExportBackground
Gets or sets the background of the Image
By default it will use PageBackground value from PageSettings
Declaration
public SolidColorBrush ExportBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.SolidColorBrush |
ExportBitmapEncoder
Gets or sets a value to specify the Windows.Graphics.Imaging.BitmapEncoder based on Image format
Declaration
public BitmapEncoder ExportBitmapEncoder { get; set; }
Property Value
Type |
Windows.Graphics.Imaging.BitmapEncoder |
ExportMode
Gets or sets the modes for exporting.
Declaration
public ExportMode ExportMode { get; set; }
Property Value
ExportStream
Declaration
public IRandomAccessStream ExportStream { get; set; }
Property Value
Type |
Windows.Storage.Streams.IRandomAccessStream |
ExportType
Gets or sets the type for exporting images.
Declaration
public ExportType ExportType { get; set; }
Property Value
FileName
Gets or sets the filename of the exporting image.
Declaration
public string FileName { get; set; }
Property Value
ImageStretch
Gets or sets the Windows.UI.Xaml.Media.Stretch option for exporting the image.
Declaration
public Stretch ImageStretch { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Stretch |
RowCount
Gets the count of pages for exporting based on PageHeight.
Declaration
public int RowCount { get; }
Property Value
SilentExporting
Gets or sets SilentExporting
Declaration
public bool SilentExporting { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods