Class ImageExportMode
Defines values for the different modes that can be used when exporting images to HTML.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class ImageExportMode : Enum
Fields
AutomaticInline
The best mode to export the image is chosen automatically.
Declaration
public const ImageExportMode AutomaticInline
Field Value
Base64Encoded
Images are inline Base64 encoded.
Declaration
public const ImageExportMode Base64Encoded
Field Value
Base64EncodedSplit
Images are inline Base64 encoded and split into parts laid out in a table.
Declaration
public const ImageExportMode Base64EncodedSplit
Field Value
ImageExportingEvent
Event is raised on exporting.
Declaration
public const ImageExportMode ImageExportingEvent
Field Value
None
UriSource
The UriSource property is set as 'src' attribute of the 'img' tag.
Declaration
public const ImageExportMode UriSource
Field Value
value__
Declaration
public int value__
Field Value
System.
|