DocumentViewer: Version 1.9.3.0

This commit is contained in:
Jonathan Jenne
2024-01-12 11:19:17 +01:00
parent 30b06d050d
commit d392ffb712
2 changed files with 10 additions and 5 deletions

View File

@@ -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