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

Formatted Property (TextDocumentOptions)

Show in webframe
Get or sets a value that indicates whether the text file should be formatted.
Syntax
get_formatted();
set_formatted(value);
Object.defineProperty('formatted');

Property Value

TypeDescription
booleantrue if the text file should be formatted; otherwise, false. Default value is false.
Remarks

Use this property to create a text file that will be almost the same shape as the original document (i.e. margins and lines between paragraphs using space characters).

See Also

Reference

TextDocumentOptions Object
TextDocumentOptions Members

Error processing SSI file