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