Click or drag to resize

TxtLoadOptions Class

Represents a class that stores loading options for plain text (TXT) format.
Inheritance Hierarchy

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public sealed class TxtLoadOptions : LoadOptions

The TxtLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodTxtLoadOptions
Initializes a new instance of the TxtLoadOptions class.
Top
Properties
  NameDescription
Public propertyAllowLineBreaks
When true, Line-Feed (0x0A) character will be converted to LineBreak; otherwise it will creates new paragraph. Default: false.
Public propertyEncoding
Gets or sets the encoding for the TXT file. Default value: UTF8.
Top
See Also