GdViewer Hintergrund weiß gesetzt; ViewerMode.Richtext und Anhängsel entfernt. - DocumentViewer

This commit is contained in:
OlgunR
2025-06-03 13:16:56 +02:00
parent c0b5ae741d
commit 1818224534
3 changed files with 16 additions and 114 deletions

View File

@@ -24,8 +24,7 @@ Public Class frmDocView
MyDocumentViewer.Init(LogConfig, GDPICTURE_KEY, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings() With {
.ShowPrintButton = False,
.ShowRotateButton = False,
.ShowFlipButton = False,
.ShowSettingButton = False
.ShowFlipButton = False
})
End Sub