Table of Contents

Class KLVMetadata

Namespace
VisioForge.Core.Types.X.Metadata
Assembly
VisioForge.Core.dll

KLV metadata. Implements the VisioForge.Core.Types.X.Metadata.IMetadata.

public class KLVMetadata : IMetadata

Inheritance

Implements

Inherited Members

Constructors

KLVMetadata(byte[])

Initializes a new instance of the VisioForge.Core.Types.X.Metadata.KLVMetadata class.

public KLVMetadata(byte[] data)

Parameters

data byte[]

The data.

KLVMetadata(string)

Initializes a new instance of the VisioForge.Core.Types.X.Metadata.KLVMetadata class.

public KLVMetadata(string filename)

Parameters

filename string

The filename.

Properties

Data

Gets the data.

public byte[] Data { get; }

Property Value

byte[]

See Also