Skip to content

ef0244ae ecb2 d639 6e33 5154d3a02bf0

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

WriterOptionsMetadata.Version Property

Additional header content

Gets a value than represents the version of the writer.

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int Version { get; }

VB

Public ReadOnly Property Version As Integer
	Get

Property Value

Type: Int32
A Int32 than contains the writer's version.

Implements

IWriterOptions.Version

Remarks

This value is recovered using reflection the Version property of the WriterOptionsAttribute attribute.

See Also

Reference

WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally