16613633 07c3 3d88 b7f1 4de7c3200906 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets a value indicating whether to trim the blanks.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public YesNo TrimFields { get; set; }VB
Public Property TrimFields As YesNo
Get
SetType: YesNo
Yes to trim the blanks; otherwise, No. The default is No.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value specified is outside the range of valid values. |
ITEE Object Element Usage
<Settings TrimFields="Yes|No" .../>TemplateWriterSettingsModel Class
iTin.Export.Model Namespace