This commit is contained in:
2024-10-28 08:23:54 +01:00
parent 6fb08b470e
commit 580487ee75
2 changed files with 3 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ Public Class frmSendungAnhangImport
WebBrowser.Visible = False
PdfViewer.Visible = (loc <> "")
If doc <> "" Then
If loc <> "" Then
Dim data = File.ReadAllBytes(loc)
Dim pdfStream = New MemoryStream(data)
PdfViewer.LoadFromStream(pdfStream)