The Formatted Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Get or sets a value that indicate whether text file should be formatted.| Visual Basic (Declaration) | |
|---|---|
Public Property Formatted As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TextDocumentOptions Dim value As Boolean instance.Formatted = value value = instance.Formatted | |
| C# | |
|---|---|
public bool Formatted {get; set;} | |
Property Value
true if the text file should be formatted; otherwise it is false.For an example, refer to TextDocumentOptions.
You can use this property to create a text file that will maintain almost the same shape of original document (i.e. margins and lines between paragraphs using space characters).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code