IAlignment
Leave feedback
On this page
public interface IAlignment
Interface describes alignment of Signature area on document page.
| Method | Description |
|---|---|
| getHorizontalAlignment() | Horizontal alignment of Image on Document Page. |
| setHorizontalAlignment(int value) | Horizontal alignment of Image on Document Page. |
| getVerticalAlignment() | Vertical alignment of Image on Document Page. |
| setVerticalAlignment(int value) | Vertical alignment of Image on Document Page. |
| getMargin() | Gets the space that is specified by default between Image and Document edges |
| (works if horizontal or vertical alignment is specified). | |
| setMargin(Padding value) | Gets the space that is specified by default between Image and Document edges |
| (works if horizontal or vertical alignment is specified). | |
| getMarginMeasureType() | Margin measurement type (pixels, percents or millimeters). |
| setMarginMeasureType(int value) | Margin measurement type (pixels, percents or millimeters). |
public abstract int getHorizontalAlignment()
Horizontal alignment of Image on Document Page.
Returns: int
public abstract void setHorizontalAlignment(int value)
Horizontal alignment of Image on Document Page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getVerticalAlignment()
Vertical alignment of Image on Document Page.
Returns: int
public abstract void setVerticalAlignment(int value)
Vertical alignment of Image on Document Page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract Padding getMargin()
Gets the space that is specified by default between Image and Document edges (works if horizontal or vertical alignment is specified).
Returns: Padding
public abstract 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).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Padding |
public abstract int getMarginMeasureType()
Margin measurement type (pixels, percents or millimeters).
Returns: int
public abstract void setMarginMeasureType(int value)
Margin measurement type (pixels, percents or millimeters).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.