Revert "improve:pdf插入"

This reverts commit bad05f77b5.
This commit is contained in:
2026-04-05 19:07:31 +08:00
parent ebbe018bae
commit d80a59556e
6 changed files with 3 additions and 337 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace Ink_Canvas.Controls
NotifyPageNavigationStateChanged();
try
{
BitmapSource raw = await PdfDocumentRenderHelper.RenderPageToBitmapSourceAsync(_pdfPath, pageIndex);
BitmapSource raw = await PdfWinRtHelper.RenderPageToBitmapSourceAsync(_pdfPath, pageIndex);
if (raw == null)
return;