From d392ffb71273bee7adabe70bd213448670009791 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 12 Jan 2024 11:19:17 +0100 Subject: [PATCH] DocumentViewer: Version 1.9.3.0 --- Controls.DocumentViewer/My Project/AssemblyInfo.vb | 8 ++++---- GUIs.Test.TestGUI/frmDocView.vb | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Controls.DocumentViewer/My Project/AssemblyInfo.vb b/Controls.DocumentViewer/My Project/AssemblyInfo.vb index 240130d9..04dbf9b3 100644 --- a/Controls.DocumentViewer/My Project/AssemblyInfo.vb +++ b/Controls.DocumentViewer/My Project/AssemblyInfo.vb @@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices - - + + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/GUIs.Test.TestGUI/frmDocView.vb b/GUIs.Test.TestGUI/frmDocView.vb index 453a0bcb..ae3d787c 100644 --- a/GUIs.Test.TestGUI/frmDocView.vb +++ b/GUIs.Test.TestGUI/frmDocView.vb @@ -21,7 +21,12 @@ Public Class frmDocView Private Sub frmDocView_Load(sender As Object, e As EventArgs) Handles Me.Load LogConfig = New LogConfig(LogConfig.PathType.Temp) - DocumentViewer1.Init(LogConfig, GDPICTURE_KEY) + DocumentViewer1.Init(LogConfig, GDPICTURE_KEY, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings() With { + .ShowPrintButton = False, + .ShowRotateButton = False, + .ShowFlipButton = False, + .ShowSettingButton = False + }) End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click