开发者

FlowDocument class .NET class

开发者 https://www.devze.com 2023-01-01 14:44 出处:网络
what is the compatible class of FlowDocument in c# to c++ language. And please get me a link for its co开发者_如何学Gorresponding documentation.Strange question: any .NET framework class (WPF subsecti

what is the compatible class of FlowDocument in c# to c++ language. And please get me a link for its co开发者_如何学Gorresponding documentation.


Strange question: any .NET framework class (WPF subsection in this case) is available in all .NET languages. Unless you're talking about other C++ implementations (like Borland) and not C++.NET, but then you obviously don't have WPF at all...

I guess you don't find it right away because you're missing a reference to PresentationFramework.dll in your C++ project.

FlowDocument class is explained here: http://msdn.microsoft.com/en-us/library/aa970909.aspx and here: http://msdn.microsoft.com/en-us/library/system.windows.documents.flowdocument.aspx


The FlowDocument class may be accessed from any .NET language.

0

精彩评论

暂无评论...
验证码 换一张
取 消