Skip to content

16613633 07c3 3d88 b7f1 4de7c3200906

Fernando Garcia edited this page May 8, 2018 · 1 revision

TemplateWriterSettingsModel.TrimFields Property

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)

Syntax

C#

public YesNo TrimFields { get; set; }

VB

Public Property TrimFields As YesNo
	Get
	Set

Property Value

Type: YesNo
Yes to trim the blanks; otherwise, No. The default is No.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Settings TrimFields="Yes|No" .../>

See Also

Reference

TemplateWriterSettingsModel Class
iTin.Export.Model Namespace

Clone this wiki locally