Class UIContainerExportType
Specifies the export type of the UIContainer.
Inheritance
System.Object
UIContainerExportType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class UIContainerExportType : Enum
Fields
Image
Exports the UIContainer as image element. It is applicable only for Word and HTML formats.
Declaration
public const UIContainerExportType Image
Field Value
Type |
---|
UIContainerExportType |
None
Skips the UIContainer in exporting.
Declaration
public const UIContainerExportType None
Field Value
Type |
---|
UIContainerExportType |
Text
Exports the UIContainer as text element. It is applicable only for Word and HTML formats.
Declaration
public const UIContainerExportType Text
Field Value
Type |
---|
UIContainerExportType |
Xaml
Exports the UIContainer as xaml element. It is only applicable for XAML format.
Declaration
public const UIContainerExportType Xaml
Field Value
Type |
---|
UIContainerExportType |