Skip to content

1720240a d296 8b76 4ce8 b29fff97ca49

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

DocumentModel.Margins Property

Additional header content

Gets or sets a reference to configuration of margins, it allow define top margin, right margin, bottom margin and left margin of a document.

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 MarginsModel Margins { get; set; }

VB

Public Property Margins As MarginsModel
	Get
	Set

Property Value

Type: MarginsModel
Reference to configuration of margins, it allow define top margin, right margin, bottom margin and left margin of a document.

Remarks

ITEE Object Element Usage

<Document>
  <Margins .../>
  ...
</Document>

Compatibility table with native writers.

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

See Also

Reference

DocumentModel Class
iTin.Export.Model Namespace

Clone this wiki locally