0
我試圖將視覺轉換爲Ximage(在pdf上打印)。
目前我使用此:從(wpf)visual在內存中創建Ximage
Dim img As XImage = XImage.FromFile(path.LocalPath)
但是,它需要我把它保存在硬盤 我想用這個,但我不知道如何從視覺創建圖像(在內存如果使用PDFsharp的WPF版本),並加載它
Dim img As XImage = XImage.FromGdiPlusImage(myVisualAsImage)
謝謝,現在我的PDF實際上包含的圖像。我使用nuget構建(wpf構建在那裏不可用)。 – DavidVdd