reliak / moonpdf

Contains a WPF control for displaying PDF files and a sample PDF viewer, that uses this control
GNU General Public License v3.0
189 stars 91 forks source link

Load file from Model MVVM #16

Open iltom90 opened 6 years ago

iltom90 commented 6 years ago

Hi, are there any way to load file from MVVM Model ?

Thanks, Thomas

netcore-jroger commented 6 years ago

you can look at the sample code first.

iltom90 commented 6 years ago

@netcore-jroger thank you for your reply but I can't find the sample, can you give me the link?

netcore-jroger commented 6 years ago

https://github.com/reliak/moonpdf/blob/master/src/MoonPdf/MainWindow.xaml.cs https://github.com/reliak/moonpdf/blob/master/src/MoonPdf/MainWindowDataContext.cs https://github.com/reliak/moonpdf/blob/master/src/MoonPdf/FullscreenCommand.cs @iltom90

iltom90 commented 6 years ago

Thank you very much!! @netcore-jroger

633637 commented 6 years ago

@iltom90 hi 兄弟,这个开源控件在mvvm中要怎么使用,有解决方法了吗?

netcore-jroger commented 6 years ago

@633637 please clone the source code. you can find sample in it.

633637 commented 6 years ago

嗯好的

633637 commented 6 years ago

@netcore-jroger 你好!问下moonpdfpanel可不可以获取到pdf的书签

netcore-jroger commented 6 years ago

这个我没研究。

633637 commented 6 years ago

好的,问下兄弟,关于怎么获取具体页有研究吗