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

DocumentTextMode Enumeration

Show in webframe
Specifies the document text mode.
Syntax
Leadtools.Documents.Writers.DocumentTextMode = function() { };
Leadtools.Documents.Writers.DocumentTextMode.prototype = {
	auto = 0,
	nonFramed = 1,
	framed = 2,
	
 };
Members
ValueMemberDescription
0auto The document will be automatically have framed/non-framed text in the resulting Doc/Docx/Rtf documents (this is not implemented currently, so Auto will be equivalent to NonFramed).
1nonFramed Flow text in the resulting Doc/Docx/Rtf documents.
2framed Set frame the text blocks (use text box objects) in the resulting Doc/Docx/Rtf documents.
Remarks

Use this option to set/retrieve the text mode in DocDocumentOptions.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file