ESigningAnnotationPosition
Represents the position of an annotation on an e-signing document.
enum ESigningAnnotationPosition {
FIRST_TOP
FIRST_BOTTOM
LAST_TOP
LAST_BOTTOM
NONE
}
Values
ESigningAnnotationPosition.FIRST_TOP
The annotation is placed at the top of the first page.
ESigningAnnotationPosition.FIRST_BOTTOM
The annotation is placed at the bottom of the first page.
ESigningAnnotationPosition.LAST_TOP
The annotation is placed at the top of the last page.
ESigningAnnotationPosition.LAST_BOTTOM
The annotation is placed at the bottom of the last page.
ESigningAnnotationPosition.NONE
The annotation is not placed on the document.
Member Of
CreateESigningInput input ● ESigning object ● UpdateESigningInput input