Class ExportMode
Specifies the ExportModes in SfDiagram.
Inheritance
System.Object
ExportMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ExportMode : Enum
Fields
Content
Used to export the content of the diagram only.
Declaration
public const ExportMode Content
Field Value
Type |
---|
ExportMode |
PageSettings
Used to export the page region of the diagram.
Declaration
public const ExportMode PageSettings
Field Value
Type |
---|
ExportMode |