HtmlOutputOptions Class
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Represents a set of html output options used for document conversion.
public class HtmlOutputOptions : OutputOptions
- Inheritance
-
HtmlOutputOptions
Constructors
| HtmlOutputOptions() |
Initializes 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. |