Enum
ImagesExportMode

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:

cs-api-definition
public enum ImagesExportMode

Fields

Embedded

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

Declaration

cs-api-definition
Embedded = 0

Field Value

ImagesExportMode

External

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

Declaration

cs-api-definition
External = 1

Field Value

ImagesExportMode

In this article
DefinitionFieldsEmbeddedExternal
Not finding the help you need?
Contact Support