public interface IAlignment
Interface describes alignment of Signature area on document page.
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalAlignment()
Horizontal alignment of Image on Document Page.
|
Padding |
getMargin()
Gets the space that is specified by default between Image and Document edges
(works if horizontal or vertical alignment is specified).
|
int |
getMarginMeasureType()
Margin measurement type (pixels, percents or millimeters).
|
int |
getVerticalAlignment()
Vertical alignment of Image on Document Page.
|
void |
setHorizontalAlignment(int value)
Horizontal alignment of Image on Document Page.
|
void |
setMargin(Padding value)
Gets the space that is specified by default between Image and Document edges
(works if horizontal or vertical alignment is specified).
|
void |
setMarginMeasureType(int value)
Margin measurement type (pixels, percents or millimeters).
|
void |
setVerticalAlignment(int value)
Vertical alignment of Image on Document Page.
|
int getHorizontalAlignment()
Horizontal alignment of Image on Document Page.
Padding getMargin()
Gets the space that is specified by default between Image and Document edges (works if horizontal or vertical alignment is specified).
int getMarginMeasureType()
Margin measurement type (pixels, percents or millimeters).
int getVerticalAlignment()
Vertical alignment of Image on Document Page.
void setHorizontalAlignment(int value)
Horizontal alignment of Image on Document Page.
void setMargin(Padding value)
Gets the space that is specified by default between Image and Document edges (works if horizontal or vertical alignment is specified).
void setMarginMeasureType(int value)
Margin measurement type (pixels, percents or millimeters).
void setVerticalAlignment(int value)
Vertical alignment of Image on Document Page.