Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

AddPageBreak Property

Show in webframe
Indicates whether the resulting text file should have page breaks.
Syntax
get_addPageBreak();
set_addPageBreak(value);
Object.defineProperty('addPageBreak');

Property Value

TypeDescription
booleantrue to add page breaks in the final text document; otherwise, false. Default value is false.
Remarks

Page breaks are markers which indicate the end of a page. The text format is not a multi-page format and so this property helps to determine the end of page.

The default value of this property is false.

See Also

Reference

TextDocumentOptions Object
TextDocumentOptions Members

Error processing SSI file