New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders.Xaml

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum ImageExportMode

Fields

Event is fired on exporting

C#
ImageExportingEvent = 2

Images are not exported

C#
None = 0

Images are exported using their RawData

C#
RawData = 1

The UriSource property is used instead of RawData. Bare in mind that this property may not be set on all images.

C#
UriSource = 3