VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw.Ciff Namespace / CiffRootTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CiffRootTagId Enumeration
    In This Topic
    Specifies available IDs of CIFF Root tags.
    Syntax
    'Declaration
    
    Public Enum CiffRootTagId
       Inherits System.Enum
    
    
    public enum CiffRootTagId : System.Enum
    
    
    __value public enum CiffRootTagId : public System.Enum
    
    
    public enum class CiffRootTagId : public System.Enum
    
    
    Members
    MemberDescription
    NullRecordThe null directory entry.
    FreeBytesUnused bytes in the value.
    ComponentVersionComponent version.
    RawDataThe raw data.
    JpgFromRawThe embedded JPEG image.
    ThumbnailImageThumbnail image.
    ImagePropsThe main subdirectory containing all meta information.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Raw.Ciff.CiffRootTagId

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also