HtmlSaveOptions.SplitIntoPages

HtmlSaveOptions.SplitIntoPages property

Gets or sets the flag that indicates whether each page of source document will be converted into it’s own target HTML document, i.e whether result HTML will be splitted into several HTML-pages.

public bool SplitIntoPages { get; set; }

See Also