IRectangle
Leave feedback
On this page
public interface IRectangle
Interface defines properties for Signature area on Document Page.
| Method | Description |
|---|---|
| getLeft() | Left X position of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see LocationMeasureType). | |
| setLeft(int value) | Left X position of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see LocationMeasureType). | |
| getTop() | Top Y Position of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see LocationMeasureType). | |
| setTop(int value) | Top Y Position of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see LocationMeasureType). | |
| getWidth() | Width of Signature area on Document Page in Measure values |
| (pixels, percents or millimeters see SizeMeasureType). | |
| setWidth(int value) | Width of Signature area on Document Page in Measure values |
| (pixels, percents or millimeters see SizeMeasureType). | |
| getHeight() | Height of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see SizeMeasureType). | |
| setHeight(int value) | Height of Signature area on Document Page in Measure units |
| (pixels, percents or millimeters see SizeMeasureType). | |
| getLocationMeasureType() | Measure type (pixels, percents or millimeters) for Left and Top properties. |
| setLocationMeasureType(int value) | Measure type (pixels, percents or millimeters) for Left and Top properties. |
| getSizeMeasureType() | Measure type (pixels, percents or millimeters) for Width and Height properties. |
| setSizeMeasureType(int value) | Measure type (pixels, percents or millimeters) for Width and Height properties. |
| getStretch() | Stretch mode on Document Page. |
| setStretch(int value) | Stretch mode on Document Page. |
public abstract int getLeft()
Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
Returns: int
public abstract void setLeft(int value)
Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getTop()
Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
Returns: int
public abstract void setTop(int value)
Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getWidth()
Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).
Returns: int
public abstract void setWidth(int value)
Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getHeight()
Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).
Returns: int
public abstract void setHeight(int value)
Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getLocationMeasureType()
Measure type (pixels, percents or millimeters) for Left and Top properties.
Returns: int
public abstract void setLocationMeasureType(int value)
Measure type (pixels, percents or millimeters) for Left and Top properties.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getSizeMeasureType()
Measure type (pixels, percents or millimeters) for Width and Height properties.
Returns: int
public abstract void setSizeMeasureType(int value)
Measure type (pixels, percents or millimeters) for Width and Height properties.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getStretch()
Stretch mode on Document Page.
Returns: int
public abstract void setStretch(int value)
Stretch mode on Document Page.
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.