| Visual Basic (Declaration) | |
|---|---|
Public Property Formatted As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Formatted {get; set;} | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code