Show / Hide Table of Contents

Class Metadata

Contains image metadata.

Inheritance
System.Object
Metadata
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public class Metadata

Fields

| Improve this Doc View Source

Artist

Image creator (null = not available).

Declaration
public string Artist
Field Value
Type Description
System.String
| Improve this Doc View Source

Comment

User comment (null = not available).

Declaration
public string Comment
Field Value
Type Description
System.String
| Improve this Doc View Source

Copyright

Copyright information (null = not available).

Declaration
public string Copyright
Field Value
Type Description
System.String
| Improve this Doc View Source

DateTaken

Date taken.

Declaration
public DateTime DateTaken
Field Value
Type Description
System.DateTime
| Improve this Doc View Source

DPIX

Horizontal DPI.

Declaration
public double DPIX
Field Value
Type Description
System.Double
| Improve this Doc View Source

DPIY

Vertical DPI.

Declaration
public double DPIY
Field Value
Type Description
System.Double
| Improve this Doc View Source

EquipmentManufacturer

Camera manufacturer (null = not available).

Declaration
public string EquipmentManufacturer
Field Value
Type Description
System.String
| Improve this Doc View Source

EquipmentModel

Camera model (null = not available).

Declaration
public string EquipmentModel
Field Value
Type Description
System.String
| Improve this Doc View Source

Error

Error.

Declaration
public Exception Error
Field Value
Type Description
System.Exception
| Improve this Doc View Source

ExposureTime

Exposure time.

Declaration
public double ExposureTime
Field Value
Type Description
System.Double
| Improve this Doc View Source

FNumber

F number.

Declaration
public double FNumber
Field Value
Type Description
System.Double
| Improve this Doc View Source

FocalLength

Focal length.

Declaration
public double FocalLength
Field Value
Type Description
System.Double
| Improve this Doc View Source

Height

Image height.

Declaration
public int Height
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ImageDescription

Image description (null = not available).

Declaration
public string ImageDescription
Field Value
Type Description
System.String
| Improve this Doc View Source

ISOSpeed

Iso speed rating.

Declaration
public int ISOSpeed
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Rating

Rating value between 0-99.

Declaration
public int Rating
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Software

Software used (null = not available).

Declaration
public string Software
Field Value
Type Description
System.String
| Improve this Doc View Source

Width

Image width.

Declaration
public int Width
Field Value
Type Description
System.Int32
Back to top Copyright © 2018 Özgür Özçıtak