TResultMetaData Class

represents the metadata contained in a TReadResult and provides the helping functions needed to create them

Unit: ZXing.ReadResult
TDictionary<TResultMetadataType, IMetaData>
  ZXing.ReadResult.TResultMetaData
type TResultMetaData = class(TDictionary<TResultMetadataType, IMetaData>)

The TResultMetaData type exposes the following members.

Show:
 NameDescription
Create

Top