EnumImageExportMode
Enum
Defines values for the different modes that can be used when exporting images to HTML.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum ImageExportMode
Fields
AutomaticInline
The best mode to export the image is chosen automatically.
Base64Encoded
Images are inline Base64 encoded.
Base64EncodedSplit
Images are inline Base64 encoded and split into parts laid out in a table.
ImageExportingEvent
Event is raised on exporting.
UriSource
The UriSource property is set as 'src' attribute of the 'img' tag.