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.Documents.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
ImageExportMode
|
Base64Encoded
Images are inline Base64 encoded.
Declaration
public const ImageExportMode Base64Encoded
Field Value
ImageExportMode
|
Base64EncodedSplit
Images are inline Base64 encoded and split into parts laid out in a table.
Declaration
public const ImageExportMode Base64EncodedSplit
Field Value
ImageExportMode
|
ImageExportingEvent
Event is raised on exporting.
Declaration
public const ImageExportMode ImageExportingEvent
Field Value
ImageExportMode
|
None
UriSource
The UriSource property is set as 'src' attribute of the 'img' tag.
Declaration
public const ImageExportMode UriSource
Field Value
ImageExportMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|