Table of Contents

HtmlOutputOptions.ExternalCss Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets a value indicating whether the CSS in html page should be exported as separate files (externally linked) or embedded as <style> tags. The default is false.

public bool ExternalCss { get; set; }

Property Value

bool