Class NotebookHtmlSaveOptions

NotebookHtmlSaveOptions class

Allows to specify additional options when saving notebook to HTML format.

public class NotebookHtmlSaveOptions : NotebookSaveOptions<HtmlSaveOptions>

Constructors

NameDescription
NotebookHtmlSaveOptions()The default constructor.

Properties

NameDescription
DeferredSaving { get; set; }Gets or sets a value indicating whether children documents should be saved explicitly.
DocumentSaveOptions { get; }
Flatten { get; set; }Gets or sets a value indicating whether the notebook children hierarchy is saved flattened.
override SaveFormat { get; }

Methods

NameDescription
override GetDocumentSaveOptions()

See Also