Skip to content

03b67bc2 0064 5c1b e671 c054b2457020

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

TemplateWriterSettingsModel.TrimMode Property

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)

Syntax

C#

public KnownTrimMode TrimMode { get; set; }

VB

Public Property TrimMode As KnownTrimMode
	Get
	Set

Property Value

Type: KnownTrimMode
One of the KnownTrimMode values. The default is All.

Exceptions

 

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

Remarks

ITEE Object Element Usage

<Settings TrimMode="All|Start|End" .../>

See Also

Reference

TemplateWriterSettingsModel Class
iTin.Export.Model Namespace

Clone this wiki locally