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

Represents any Exif Sub-IFD (an IFD embdeded somewhere in IFD block and pointed by some tag from another IFD)

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

Syntax

C#
public class SubIfd : Ifd
Visual Basic
Public Class SubIfd _
	Inherits Ifd
Visual C++
public ref class SubIfd : public Ifd
F#
type SubIfd =  
    class
        inherit Ifd
    end
JScript
public class SubIfd extends Ifd

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Several BrowsableAttribute(false) added for properties that should not be shown in property grid