[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlOptionsForm

HtmlOptionsForm Class

Represents a form for editing the export options used by an HtmlExporter.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class HtmlOptionsForm : ComplexExporterOptionsForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Fields

Name Description
m_chkGeneratePageSeparators
m_chkPagePerFile
m_grpLinksLocation
m_lblImagesFolder
m_lblScaling
m_rbtnLinksLocationBottomFrame
m_rbtnLinksLocationLeftFrame
m_rbtnLinksLocationNone
m_rbtnLinksLocationRightFrame
m_rbtnLinksLocationTopFrame
m_rbtnLinksLocationTopPage
m_rbtnLinksNone
m_rbtnLinksOutline
m_txtImageFolder
m_txtScaling

Properties

Name Description
GenerateOutline

Gets or sets a value indicating whether to generate the outline.

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.

Methods

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.