Controls how and when to frames the text blocks in the resulting DOC file.
public DocumentTextMode TextMode { get; set; }
Public Property TextMode As Leadtools.Forms.Documentwriters.DocumentTextMode
public DocumentTextMode getTextMode()
public void setTextMode(DocumentTextMode mode)
public:
property Leadtools.Forms.Documentwriters.DocumentTextMode TextMode {
Leadtools.Forms.Documentwriters.DocumentTextMode get();
void set ( Leadtools.Forms.Documentwriters.DocumentTextMode );
}
Controls how and when to frames the text blocks in the resulting DOC file. Default value is DocumentTextMode.Auto.
For an example, refer to DocDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET