C# Class FlickrSync.ImageInfo

ImageInfo provides Metadata information for image files Currently it is only able to get meta information from Jpeg files
Mostrar archivo Open project: vboctor/FlickrSync Class Usage Examples

Public Methods

Method Description
GetCity ( ) : string
GetCountry ( ) : string
GetDateTaken ( ) : System.DateTime
GetDescription ( ) : string
GetFileName ( ) : string
GetGeo ( bool lat ) : double?
GetStarRating ( ) : int
GetTagsArray ( ) : ArrayList
GetTagsString ( ) : string
GetTitle ( ) : string
ImageInfo ( ) : System
Load ( string filename, FileTypes type ) : void

Private Methods

Method Description
ConvertCoordinate ( ulong coordinates ) : double
splitLongAndDivide ( ulong number ) : double

Method Details

GetCity() public method

public GetCity ( ) : string
return string

GetCountry() public method

public GetCountry ( ) : string
return string

GetDateTaken() public method

public GetDateTaken ( ) : System.DateTime
return System.DateTime

GetDescription() public method

public GetDescription ( ) : string
return string

GetFileName() public method

public GetFileName ( ) : string
return string

GetGeo() public method

public GetGeo ( bool lat ) : double?
lat bool
return double?

GetStarRating() public method

public GetStarRating ( ) : int
return int

GetTagsArray() public method

public GetTagsArray ( ) : ArrayList
return System.Collections.ArrayList

GetTagsString() public method

public GetTagsString ( ) : string
return string

GetTitle() public method

public GetTitle ( ) : string
return string

ImageInfo() public method

public ImageInfo ( ) : System
return System

Load() public method

public Load ( string filename, FileTypes type ) : void
filename string
type FileTypes
return void