dad5434f 3284 9a8b a708 abc25c35b194 - 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 Company { get; }VB
Public ReadOnly Property Company As String
GetType: String
A String than contains the writer company's
This value is recovered using reflection the Company property of the WriterOptionsAttribute attribute.
WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace