Skip to content

16fda631 4ffb f9e4 849e d82a0ed938b9

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

WriterOptionsMetadata.Name Property

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)

Syntax

C#

public string Name { get; }

VB

Public ReadOnly Property Name As String
	Get

Property Value

Type: String
A String than contains the writer's name.

Implements

IWriterOptions.Name

Remarks

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

See Also

Reference

WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally