流程图 阅读器没有一种GoToPage方法,但它支持这一方法。 航道通信。
我如何派遣导航通信公司。 计算参数(例如: 1) to my flowDocumentReader from within my Code (not using xaml)?
Thanks, Yariv
Edited: Thanks! But though I can send the command with your help, I don t get the expected results. This is the code (and I tried to use FirstPage instead of PreviousPage too):
if (NavigationCommands.PreviousPage.CanExecute(null, this) == true)
{
NavigationCommands.PreviousPage.Execute(null, this);
}
即使声明是真实的,而且内部法典正在得到执行,《流动文件》仍然停留在最后一页。