HtmlOutputOptions Class

Represents a set of html output options used for document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public class HtmlOutputOptions : OutputOptions
Inheritance
Object    OutputOptions    HtmlOutputOptions

Constructors

HtmlOutputOptionsInitializes a new instance of the HtmlOutputOptions class.

Properties

ExternalCss 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.
ExternalImages 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.
FormatGets or sets the format to convert to.
(Inherited from OutputOptions)

See Also