menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportSettings - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ExportSettings : Object, INotifyPropertyChanged

    Constructors

    ExportSettings()

    Initializes a new instance of the ExportSettings class.

    Declaration
    public ExportSettings()

    Properties

    BitmapAlphaMode

    Declaration
    public BitmapAlphaMode BitmapAlphaMode { get; set; }
    Property Value
    Type
    Windows.Graphics.Imaging.BitmapAlphaMode

    BitmapPixelFormat

    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
    Type
    System.Int32

    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
    Type
    ExportMode

    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
    Type
    ExportType

    FileName

    Gets or sets the filename of the exporting image.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type
    System.String

    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
    Type
    System.Int32

    SilentExporting

    Gets or sets SilentExporting

    Declaration
    public bool SilentExporting { get; set; }
    Property Value
    Type
    System.Boolean

    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

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved