2023-08-07
This commit is contained in:
15
EnvelopeGenerator.Common/Entities/EnvelopeDocumentElement.vb
Normal file
15
EnvelopeGenerator.Common/Entities/EnvelopeDocumentElement.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
Public Class EnvelopeDocumentElement
|
||||
Public Property Id As Integer = 0
|
||||
Public Property X As Double
|
||||
Public Property Y As Double
|
||||
Public Property Width As Double
|
||||
Public Property Height As Double
|
||||
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
|
||||
Public Property AnnotationIndex As Integer
|
||||
End Class
|
||||
Reference in New Issue
Block a user