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 : IMetadataInheritance
Implements
Inherited Members
Constructors
KLVMetadata(byte[])
Initializes a new instance of the VisioForge.Core.Types.X.Metadata.KLVMetadata class.
public KLVMetadata(byte[] data)Parameters
databyte[]-
The data.
KLVMetadata(string)
Initializes a new instance of the VisioForge.Core.Types.X.Metadata.KLVMetadata class.
public KLVMetadata(string filename)Parameters
filenamestring-
The filename.
Properties
Data
Gets the data.
public byte[] Data { get; }Property Value
- byte[]