12.01.2024
This commit is contained in:
@@ -83,6 +83,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
For Each docItem As EnvelopeDocument In Documents
|
||||
If docItem.Thumbnail Is Nothing Then
|
||||
docItem.Thumbnail = Controller.CreateThumbnail(docItem.Filepath)
|
||||
docItem.PageCount = Controller.GetPageCount(docItem.Filepath)
|
||||
End If
|
||||
Next
|
||||
|
||||
@@ -103,6 +104,9 @@ Partial Public Class frmEnvelopeEditor
|
||||
|
||||
SetAccessCodeColumnVisible()
|
||||
|
||||
txtEnvelopeIdLabel2.Caption = String.Format(txtEnvelopeIdLabel2.Tag.ToString, Controller.Envelope.Id)
|
||||
txtCreatorEmailLabel.Caption = String.Format(txtCreatorEmailLabel.Tag.ToString, Controller.Envelope.User.Email)
|
||||
|
||||
SetFormTitle(Controller.Envelope.Title)
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user