VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw.Ciff Namespace / CiffImagePropsTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
CiffImagePropsTagId Enumeration
In This Topic
Specifies available IDs of CIFF Image Properties tags.
Syntax
'Declaration

Public Enum CiffImagePropsTagId
   Inherits System.Enum

public enum CiffImagePropsTagId : System.Enum

Members
MemberDescription
NullRecordThe null directory entry.
FreeBytesUnused bytes in the value.
ImageDescriptionThe image description.
CameraObjectThe camera object.
ShootingRecordThe shooting record.
MeasuredInfoThe measured information.
FileNumberThe number of this file.
TimeStampTime stamp.
ImageInfoThe image information.
ImageFormatThe image format.
RecordIDThe number of pictures taken since the camera was manufactured.
TargetImageTypeThe image type.
OriginalFileNameOriginal file name.
ThumbnailFileNameThumbnail file name.
UserCommentUser comment.
ExifInformationThe subdirectory containing most of the JPEG/TIFF EXIF information.
Inheritance Hierarchy

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

Requirements

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

See Also