12.01.2024

This commit is contained in:
Jonathan Jenne
2024-01-12 12:06:29 +01:00
parent c8106f4fb0
commit e0bbdf8c0e
12 changed files with 1129 additions and 1052 deletions

View File

@@ -17,4 +17,12 @@ Public Class EnvelopeDocument
Public Property Filename As String
Public Property Filepath As String
Public Property PageCount As Integer
Public ReadOnly Property PageCountTranslated As String
Get
Return $"{PageCount} Seiten"
End Get
End Property
End Class