Skip to content

84beefa2 0ced 19f1 d30c 98b3a655528c

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

LogoModel.Size Property

Additional header content

Gets or sets width and height of the logo.

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 int[] Size { get; set; }

VB

Public Property Size As Integer()
	Get
	Set

Property Value

Type: Int32[]
An Array of String structure that contains logo size. The default is -1 -1 for original size.

Remarks

ITEE Object Element Usage

<Logo Size="int int" ...>
  ...
</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 No has effect
A X value indicates that the writer supports this element.

See Also

Reference

LogoModel Class
iTin.Export.Model Namespace

Clone this wiki locally