Skip to content

def37a97 5062 09d1 b819 7aae97ca228a

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

LogoModel.Location Property

Additional header content

Gets or sets a reference which contains the location of the logo in the host, this can be by coordinates or by type of alignment, depending whether the host has or not a tabular format. You can only choose one of the modes. If this tag does not define the defaults is by coordinates

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 LocationModel Location { get; set; }

VB

Public Property Location As LocationModel
	Get
	Set

Property Value

Type: LocationModel
Reference to location of the logo in the host.

Remarks

ITEE Object Element Usage

<Logo>
  <Location .../>
  ...
</Logo>

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

LogoModel Class
iTin.Export.Model Namespace

Clone this wiki locally