Click or drag to resize

StiTxtExportSettings Class

Class describes settings for export to TXT format.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiTxtExportSettings : StiPageRangeExportSettings

The StiTxtExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodStiTxtExportSettings
Initializes a new instance of the StiTxtExportSettings class
Top
Properties
  NameDescription
Public propertyBorderType
Gets or sets type of drawing border.
Public propertyCutLongLines
Gets or sets value which indicates that long text lines will be cut.
Public propertyDrawBorder
Gets or sets value which indicates that borders will be drawn or not.
Public propertyEncoding
Gets or sets encoding of result text file.
Public propertyEscapeCodesCollectionName
Gets or sets value which indicates a EscapeCodesCollection name.
Public propertyKillSpaceGraphLines
Gets or sets value which indicates that empty graph space lines will be removed.
Public propertyKillSpaceLines
Gets or sets value which indicates that empty space lines will be removed.
Public propertyPageRange (Inherited from StiPageRangeExportSettings.)
Public propertyPutFeedPageCode
Gets or sets value which indicates that special FeedPageCode marker will be placed in result file.
Public propertyUseEscapeCodes
Gets or sets value which indicates that Escape codes will be used.
Public propertyZoomX
Gets or sets horizontal zoom factor by X axis. By default a value is 1.0f what is equal 100% in export settings window
Public propertyZoomY
Gets or sets vertical zoom factor by Y axis. By default a value is 1.0f what is equal 100% in export settings window
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExportFormat (Overrides StiExportSettingsGetExportFormat.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also