问题是你是先做Run然后恢复:
wfApp.Run();
wfApp.ResumeBookmark("ScanMagazine", string.Empty);
要恢复书签,只需要ResumeBookmark。只需删除 wfApp.Run(); 它应该工作。