HtmlOutputOptions Class
Represents a set of html output options used for document conversion.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public class HtmlOutputOptions : OutputOptions
Public Class HtmlOutputOptions
Inherits OutputOptions
- Inheritance
- Object OutputOptions HtmlOutputOptions
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.
|
Format | Gets or sets the format to convert to. (Inherited from OutputOptions) |