Documentviewer initialisierung,
This commit is contained in:
@@ -182,7 +182,12 @@ Public Class frmDocumentResultList
|
||||
|
||||
' Initialize Viewer with GDPicture.NET License
|
||||
If Environment.Settings.GdPictureKey <> String.Empty Then
|
||||
DocumentViewer1.Init(LogConfig, Environment.Settings.GdPictureKey)
|
||||
DocumentViewer1.Init(LogConfig, Environment.Settings.GdPictureKey, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings() With {
|
||||
.ShowPrintButton = True,
|
||||
.ShowRotateButton = True,
|
||||
.ShowFlipButton = True,
|
||||
.ShowSettingButton = True
|
||||
})
|
||||
End If
|
||||
|
||||
' Hide options relating to a filepath for zooflow
|
||||
|
||||
Reference in New Issue
Block a user