Documentviewer initialisierung,
This commit is contained in:
@@ -55,7 +55,12 @@ Public Class frmNotification_Startup
|
||||
|
||||
Private Sub frmNotification_Startup_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Try
|
||||
DocumentViewer1.Init(LogConfig, _GDPictureKey)
|
||||
DocumentViewer1.Init(LogConfig, _GDPictureKey, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings() With {
|
||||
.ShowPrintButton = True,
|
||||
.ShowRotateButton = True,
|
||||
.ShowFlipButton = True,
|
||||
.ShowSettingButton = True
|
||||
})
|
||||
OperationMode = GetOperationMode()
|
||||
Client = _Environment.Service.Client
|
||||
Me.Text = _FormCaption
|
||||
|
||||
Reference in New Issue
Block a user