本文介绍了缩略图按文件扩展名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何通过文件扩展名获取缩略图,而不是通过Windows Phone 8.1上的Storagefile获取缩略图
how to get thumbnail by file extension, not by Storagefile on windows phone 8.1
推荐答案
>>如何通过文件扩展名获取缩略图,而不是通过Windows Phone 8.1上的Storagefile获取缩略图
目前,就我而言知道,没有这样的API来通过文件扩展名来获取缩略图,
是我们可以实现此目的的一种方式。
>>how to get thumbnail by file extension, not by Storagefile on windows phone 8.1
Currently, as far as I know, there has no such API to get the thumbnail by file extension, theStorageFile.GetThumbnailAsync is a way that we can accomplish this.
此外,您能不能告诉我们为什么您不想使用Storagefile类来帮助您实现它? br />
最好的问候,
Amy Peng
Besides, could you please tell us why you do not want to use the Storagefile class to help you implement it?
Best Regards,
Amy Peng
这篇关于缩略图按文件扩展名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!