Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Formatted Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > TextDocumentOptions Class : Formatted Property



Get or sets a value that indicate whether text file should be formatted.

Syntax

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;}
C++/CLI 
public:
property bool Formatted {
   bool get();
   void set (bool value);
}

Return Value

true if the text file should be formatted; otherwise it is false.

Example

For an example, refer to TextDocumentOptions.

Remarks

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).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features