GroupDocsGists
10/19/2017 - 11:27 AM

ImageSearchAPI.vb

' For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
filePath = Common.MapSourceFilePath(filePath)

' looking the software
Dim properties As ExifProperty() = SearchFacade.ScanExif(filePath, propertyName, searchCondition)

For Each [property] As ExifProperty In properties
    Console.WriteLine("{0} : {1}", [property].Name, [property].ToString())