Skip to content

e358a5fd 72e6 afd3 7e98 9fc732517962

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

MarginsModel.Units Property

Additional header content

Gets or sets the preferred units of margins.

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 KnownUnit Units { get; set; }

VB

Public Property Units As KnownUnit
	Get
	Set

Property Value

Type: KnownUnit
A value of the enumeration KnownUnit. The default is Inches.

Exceptions

 

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

Remarks

ITEE Object Element Usage

<Margins Units="inches|milimeters" ...>
...
</Margins>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
No has effect No has effect No has effect X
A X value indicates that the writer supports this element.

See Also

Reference

MarginsModel Class
iTin.Export.Model Namespace

Clone this wiki locally