简体   繁体   中英

Can't find reference FlowDocument

I'm experimenting with a FlowDocument object but can't seem to get it work...

I keep getting the following error and have no clue what I should add.

Error 5 The type or namespace name 'FlowDocument' could not be found (are you missing a using directive or an assembly reference?)

Add a reference to PresentationFramework dll to your project.

Add using System.Windows.Documents to your source file.

Note that FlowDocument is not included in Silverlight.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM