HtmlOutputOptionsExternalImages Property

Gets or sets a value indicating whether the images in html page should be exported as separate files (externally linked) or embedded as data-URIs (as base64 encoded string). The default is false.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public bool ExternalImages { get; set; }

Property Value

Boolean

See Also