[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Text.Page.Settings

Settings Class

Settings for the Txt rendering extension.

Inheritance
Settings
Implements
Namespace: GrapeCity.ActiveReports.Export.Text.Page
Assembly: MESCIUS.ActiveReports.Export.Xml.dll
Syntax
public sealed class Settings : ISettings

Constructors

Name Description
Settings()

Initializes new Settings instance with default properties values.

Settings(NameValueCollection)

Initializes a new instance of the Settings class.

Properties

Name Description
CharHeight

Gets or sets the height of the character in points.

CharWidth

Gets or sets the width of the character in points.

FontFamily

Gets or sets the font family.

FontSize

Gets or sets the font size in points.

HorizontalPaddings

Describe how the item's paddings should be handled.

LineEnding

Gets or sets the end of a line

Methods

Name Description
ApplySettings(NameValueCollection)

Apply settings for the rendering extension.

GetSettings()

Returns a NameValueCollection containing the settings for the rendering extension.

Operators

Name Description
implicit operator NameValueCollection(Settings)

Performs an implicit conversion from Settings to NameValueCollection.