16 lines
624 B
VB.net
16 lines
624 B
VB.net
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
|