Skip to content

c6246a3d e00a d789 37e0 23a2acadb00c

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

LocationModel.Mode Property

Additional header content

Gets or sets a reference to the location mode used in the host.

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 Object Mode { get; set; }

VB

Public Property Mode As Object
	Get
	Set

Property Value

Type: Object
Reference to the positioning mode used in the host.

Remarks

The following table shows the different location modes types.  

Mode Description
CoordenatesModel Represents a location mode appropiate when a host has a tabular format such as for example Microsoft® Excel.
AlignmentModel Represents a location mode appropiate when a host hasn't a tabular format such as for example Microsoft® Word, Adobe® PDF.

See Also

Reference

LocationModel Class
iTin.Export.Model Namespace

Clone this wiki locally