' For complete examples and data files, please go to https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET
' path to the input directory
Const dir As String = "C:\download files"
' get all jpeg files
Dim files As String() = DocumentTypeDetector.GetFiles(dir, DocumentType.Jpeg)