Enum UIContainerExportType
Specifies the export type of the UIContainer.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum UIContainerExportType
Fields
| Name | Description |
|---|---|
| Image | Exports the UIContainer as image element. It is applicable only for Word and HTML formats. |
| None | Skips the UIContainer in exporting. |
| Text | Exports the UIContainer as text element. It is applicable only for Word and HTML formats. |
| Xaml | Exports the UIContainer as xaml element. It is only applicable for XAML format. |