Enum ImageExportMode
Defines values for the different modes that can be used when exporting images to HTML.
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Documents.dll
Syntax
public enum ImageExportMode
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.
None
Image are not exported.
UriSource
The UriSource property is set as 'src' attribute of the 'img' tag.