03b67bc2 0064 5c1b e671 c054b2457020 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets a value that determines trim mode for strings.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public KnownTrimMode TrimMode { get; set; }VB
Public Property TrimMode As KnownTrimMode
Get
SetType: KnownTrimMode
One of the KnownTrimMode values. The default is All.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value specified is outside the range of valid values. |
ITEE Object Element Usage
<Settings TrimMode="All|Start|End" .../>TemplateWriterSettingsModel Class
iTin.Export.Model Namespace