Jonathan Jenne 9a3c3c2706 17.07.2023
2023-07-17 12:59:36 +02:00

15 lines
581 B
VB.net

Public Class EnvelopeDocumentElement
Public Property Id As Integer = 0
Public Property X As Integer
Public Property Y As Integer
Public Property Width As Integer
Public Property Height As Integer
Public Property ElementType As String
Public Property DocumentId As Integer
Public Property ReceiverId As Integer
Public Property Required As Boolean = False
Public Property [ReadOnly] As Boolean = False
Public Property Page As Integer = 1
Public Property Status As Constants.ElementStatus = Constants.ElementStatus.Created
End Class