GetResourceStream为PDF WP8返回Null(Window Phone 8 Emulator)

时间:2014-02-15 13:43:20

标签: c#-4.0 pdf windows-phone-8 pdf-generation

我正在研究WP8模拟器

var resource = App.GetResourceStream(new Uri("testPath1.pdf", UriKind.Relative));

当我想读取pdf文件返回null值我得到流 但我用于图像和txt返回流

var resource = App.GetResourceStream(new Uri("ApplicationIcon.png", UriKind.Relative));

这条线正在运作

0 个答案:

没有答案