[]
Settings for the Txt rendering extension.
public sealed class Settings : ISettings
| Name | Description |
|---|---|
| Settings() | Initializes new Settings instance with default properties values. |
| Settings(NameValueCollection) | Initializes a new instance of the Settings class. |
| 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 |
| Name | Description |
|---|---|
| ApplySettings(NameValueCollection) | Apply settings for the rendering extension. |
| GetSettings() | Returns a NameValueCollection containing the settings for the rendering extension. |
| Name | Description |
|---|---|
| implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |