16fda631 4ffb f9e4 849e d82a0ed938b9 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets a value than represents the name of the company that created 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 string Name { get; }VB
Public ReadOnly Property Name As String
GetType: String
A String than contains the writer's name.
This value is recovered using reflection the Name property of the WriterOptionsAttribute attribute.
WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace