ef0244ae ecb2 d639 6e33 5154d3a02bf0 - iAJTin/iExportEngine GitHub Wiki
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)
C#
public int Version { get; }VB
Public ReadOnly Property Version As Integer
GetType: Int32
A Int32 than contains the writer's version.
This value is recovered using reflection the Version property of the WriterOptionsAttribute attribute.
WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace