Enum ColumnType
Represents the type of information displayed in an image list view column.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum ColumnType
Fields
Name | Description |
---|---|
Artist | The artist taking the image (Exif tag). |
Copyright | Image copyright information (Exif tag). |
Custom | A custom text column. |
DateAccessed | The last access date. |
DateCreated | The creation date. |
DateModified | The last modification date. |
DateTaken | The date image was taken (Exif tag). |
Dimensions | Image dimensions in pixels. |
EquipmentModel | The equipment model (Exif tag). |
ExposureTime | Exposure time in seconds (Exif tag). |
FileName | The full path to the file. |
FilePath | The path to the folder containing the file. |
FileSize | The size of the file. |
FileType | Mime type of the file. |
FNumber | The F number (Exif tag). |
FocalLength | Focal length (Exif tag). |
FolderName | The name of the folder containing the file. |
ImageDescription | Image description (Exif tag). |
ISOSpeed | ISO speed (Exif tag). |
Name | The text of the item, defaults to filename if the text is not provided. |
Rating | Rating (Windows Exif tag). |
Resolution | Image resolution if dpi. |
Software | Software (Exif tag). |
UserComment | User comment (Exif tag). |