Skip to content

545b8681 bcac 5b36 1be4 f2065b5d3f44

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

WriterOptionsMetadata.Description Property

Additional header content

Gets a value than represents the description 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)

Syntax

C#

public string Description { get; }

VB

Public ReadOnly Property Description As String
	Get

Property Value

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

Implements

IWriterOptions.Description

Remarks

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

See Also

Reference

WriterOptionsMetadata Structure
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally