HtmlOutputOptions.ExternalImages Property
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
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.
public bool ExternalImages { get; set; }