Enum
ImageExportMode

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.

Declaration

cs-api-definition
AutomaticInline = 1

Field Value

ImageExportMode

Base64Encoded

Images are inline Base64 encoded.

Declaration

cs-api-definition
Base64Encoded = 3

Field Value

ImageExportMode

Base64EncodedSplit

Images are inline Base64 encoded and split into parts laid out in a table.

Declaration

cs-api-definition
Base64EncodedSplit = 2

Field Value

ImageExportMode

ImageExportingEvent

Event is raised on exporting.

Declaration

cs-api-definition
ImageExportingEvent = 4

Field Value

ImageExportMode

None

Image are not exported.

Declaration

cs-api-definition
None = 0

Field Value

ImageExportMode

UriSource

The UriSource property is set as 'src' attribute of the 'img' tag.

Declaration

cs-api-definition
UriSource = 5

Field Value

ImageExportMode