Get or sets a value that indicates whether the text file should be formatted.
public bool Formatted { get; set; }
Public Property Formatted As Boolean
public bool Formatted {get; set;}
@property (nonatomic, assign) BOOL formatted
public boolean getFormatted()
public void setFormatted(boolean formatted)
<br/>get_Formatted();<br/>set_Formatted(value);<br/>Object.defineProperty('Formatted');
true if the text file should be formatted, otherwise; false. Default value is false.
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).
For an example, refer to TextDocumentOptions.
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