EnumImageExportMode
Enum
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum ImageExportMode
Fields
ImageExportingEvent
Event is fired on exporting
RawData
Images are exported using their RawData
UriSource
The UriSource property is used instead of RawData. Bare in mind that this property may not be set on all images.