Html
|
public class HtmlOptions
The HtmlOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| HtmlOptions |
| Name | Description | |
|---|---|---|
| ContainAnnotation | Whether to contain annotations when converting. | |
| ContainImage | Whether to contain images when converting. | |
| EnableAiLayout | Whether to enable AI layout analysis during conversion. | |
| EnableOCR | Whether to use OCR. | |
| FormulaToImage | Whether to convert formulas to images. | |
| HtmlOption | Specify Html option. | |
| LayoutMode | Specify the layout mode. | |
| OcrOption | Specify the OCR option. | |
| OutputDocumentPerPage | whether to output one document per page. | |
| PageRanges | Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity. |