HtmlOutputOptionsExternalCss Property

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.

Definition

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

Property Value

Boolean

See Also