Click or drag to resize

HtmlExportOptionsSplitLevel Property

The header level where to split the output into different Html files. 0 = render in only one file. 1 = Split at header level 1, 2 = split at header level 2, and so on.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int SplitLevel { get; set; }

Property Value

Int32
See Also