[]
Represents a form for editing the export options used by an HtmlExporter.
public class HtmlOptionsForm : ComplexExporterOptionsForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| GenerateOutline | Gets or sets a value indicating whether to generate the outline. |
| GeneratePageLinks | Gets or sets a value indicating whether to generate hyperlinks to individual pages. |
| GeneratePageSeparators | Gets or sets a value indicating whether to generate page separator lines |
| HasOutlines | Gets a value indicating whether the associated document contains outline entries. |
| ImageFolder | Gets or sets the folder used to save image files. |
| LinksLocation | Gets or sets the location of the generated hyperlinks. |
| PagePerFile | Gets or sets a value indicating whether a separate HTML page should be generated for each page of the source document. |
| Scaling | Gets or sets the scaling factor. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| Init() | Performs additional initialization. |
| ProcessPaginated() | Can be used to update controls depending on Paginated property. |