' For complete examples and data files, please go to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET
Dim config As New ViewerConfig()
'set the storage path
config.StoragePath = StoragePath
'Uncomment the below line for cache purpose
'config.UseCache = true;
'Set default font name
config.DefaultFontName = "Calibri"
Return config