ソースを参照

Reversed thingo

Kenric Nugteren 1 ヶ月 前
コミット
74eeccdd4c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      inabox.wpf/ImageUtils.cs

+ 1 - 1
inabox.wpf/ImageUtils.cs

@@ -920,7 +920,7 @@ namespace InABox.WPF
             
             
         }
         }
         
         
-        public static Bitmap[] PDFToBitmapArray(byte[] pdfData)
+        private static Bitmap[] PDFToBitmapArray(byte[] pdfData)
         {
         {
             Bitmap[] images = [];
             Bitmap[] images = [];
             using (var ms = new MemoryStream(pdfData))
             using (var ms = new MemoryStream(pdfData))