Enum HtmlOutputMode
How the writer emits resources the document carries.
public enum HtmlOutputMode
Fields
SelfContained = 0One self-contained file: styles inline in a
<style>element and images asdata:URIs. The output needs no companion files.Linked = 1A document that links to its resources. Images are handed to ResourceWriter, which returns the href to write, and the stylesheet is linked from StylesheetHref when one is set.