The following tables list the members exposed by OutputBase.
Public Property |
Description |
If an array of hit offsets has been provided in Hits, then the BeforeHit and AfterHit strings will be used to mark each hit in the document in the converted output | |
For HTML output, an HREF for a BASE tag to be inserted in the header. | |
If an array of hit offsets has been provided in Hits, then the BeforeHit and AfterHit strings will be used to mark each hit in the document in the converted output | |
For HTML output, a DocType tag such as <!DOCTYPE html>to go before the first tag in the output. | |
(Inherited from JobBase) | |
The Footer will be appended to the conversion output and can use tags in the output format, such as HTML tags in a document converted to HTML. | |
The Header will appear at the top of the conversion output and can use tags in the output format, such as HTML tags in a document converted to HTML. | |
Use HtmlHead to supply HTML data to appear inside the HEAD section of the output. | |
Name of the converted file to create. | |
By default, a FileConverter converts the input file to HTML. Other supported options are: itRTF, itUTF8 (Unicode text), itAnsi, and itXML (for XML input data only). | |
If OutputToString is true, output will be stored in OutputString rather than in a disk file. | |
When output is directed to an in-memory string, you may wish to limit the maximum amount of memory used. To do this, set OutputStringMaxSize to the maximum size you want to allow. | |
If true, output will be stored in an in-memory string variable rather than a disk file. (OutputFile will be ignored.) After the Execute method is done, the output will be in the OutputString property. | |
Set to a non-zero value to make the job terminate automatically after a specified number of seconds. (Inherited from JobBase) |
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.
|