588462c0 5f7b 065e 2082 3c39fcfc84c3 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets a value than represents extension output file created by 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 Extension { get; }VB
Public ReadOnly Property Extension As String
GetType: String
A String than contains the writer's output file extension without dot.
This value is recovered using reflection the Extension property of the WriterOptionsAttribute attribute.
WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace