MS GDpictureKey in FormApp via DB

This commit is contained in:
2024-04-26 13:16:54 +02:00
parent 0582e7e002
commit b24f06509e
8 changed files with 15 additions and 11 deletions

View File

@@ -19,7 +19,6 @@ Partial Public Class frmFieldEditor
Private Controller As FieldEditorController
Public Property Document As EnvelopeDocument = Nothing
Public Property GDPictureKey As String = ""
Public Property Receivers As List(Of EnvelopeReceiver)
Public Property SelectedReceiver As EnvelopeReceiver = Nothing
@@ -49,7 +48,7 @@ Partial Public Class frmFieldEditor
Throw New ArgumentNullException("State")
End If
If GDPictureKey = "" Then
If MS_GDPICTUREKEY = "" Then
Throw New ArgumentNullException("GDPictureKey")
End If
@@ -74,7 +73,7 @@ Partial Public Class frmFieldEditor
End Sub
Private Sub InitializeViewer()
DocumentViewer1.Init(LogConfig, GDPictureKey, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings With {
DocumentViewer1.Init(LogConfig, MS_GDPICTUREKEY, New DigitalData.Controls.DocumentViewer.DocumentViewer.ToolbarSettings With {
.ShowFlipButton = False,
.ShowPrintButton = False,
.ShowRotateButton = False,