New to Telerik Document ProcessingStart a free 30-day trial

Specifies whether images are embedded in HTML as Base64 data URIs or saved as external files.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum ImagesExportMode

Fields

Embeds images directly in the HTML using Base64-encoded data URIs, increasing file size but eliminating external dependencies.

C#
Embedded = 0

Saves images as separate files and references them via 'src' attributes, reducing HTML size.

C#
External = 1
In this article
DefinitionFieldsEmbeddedExternal
Not finding the help you need?
Contact Support