[This is preliminary documentation and is subject to change.]

Describes which data can be stored in recognized Exif tag

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public class ExifTagFormat : ExifRecordDescription
Visual Basic
<CLSCompliantAttribute(False)> _
Public Class ExifTagFormat _
	Inherits ExifRecordDescription
Visual C++
[CLSCompliantAttribute(false)]
public ref class ExifTagFormat : public ExifRecordDescription
F#
[<CLSCompliantAttribute(false)>]
type ExifTagFormat =  
    class
        inherit ExifRecordDescription
    end
JScript
public class ExifTagFormat extends ExifRecordDescription

Remarks

Describas which datatype(s) and lengt if allowed for specific recognized Exif record. Actual content of record is described by ExifRecordDescription

Inheritance Hierarchy

System..::..Object
  Tools.MetadataT.ExifT..::..ExifRecordDescription
    Tools.MetadataT.ExifT..::..ExifTagFormat

See Also