←Select platform

Formatted Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool Formatted { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the text file should be formatted, otherwise; false. Default value is false.

Remarks

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

Example

For an example, refer to TextDocumentOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly