public interface IRectangle
Interface defines properties for Signature area on Document Page.
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Height of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
int |
getLeft()
Left X position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
int |
getLocationMeasureType()
Measure type (pixels, percents or millimeters) for Left and Top properties.
|
int |
getSizeMeasureType()
Measure type (pixels, percents or millimeters) for Width and Height properties.
|
int |
getStretch()
Stretch mode on Document Page.
|
int |
getTop()
Top Y Position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
int |
getWidth()
Width of Signature area on Document Page in Measure values
(pixels, percents or millimeters see
|
void |
setHeight(int value)
Height of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
void |
setLeft(int value)
Left X position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
void |
setLocationMeasureType(int value)
Measure type (pixels, percents or millimeters) for Left and Top properties.
|
void |
setSizeMeasureType(int value)
Measure type (pixels, percents or millimeters) for Width and Height properties.
|
void |
setStretch(int value)
Stretch mode on Document Page.
|
void |
setTop(int value)
Top Y Position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
|
void |
setWidth(int value)
Width of Signature area on Document Page in Measure values
(pixels, percents or millimeters see
|
int getHeight()
Height of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
int getLeft()
Left X position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
int getLocationMeasureType()
Measure type (pixels, percents or millimeters) for Left and Top properties.
int getSizeMeasureType()
Measure type (pixels, percents or millimeters) for Width and Height properties.
int getStretch()
Stretch mode on Document Page.
int getTop()
Top Y Position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
int getWidth()
Width of Signature area on Document Page in Measure values
(pixels, percents or millimeters see
void setHeight(int value)
Height of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
void setLeft(int value)
Left X position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
void setLocationMeasureType(int value)
Measure type (pixels, percents or millimeters) for Left and Top properties.
void setSizeMeasureType(int value)
Measure type (pixels, percents or millimeters) for Width and Height properties.
void setStretch(int value)
Stretch mode on Document Page.
void setTop(int value)
Top Y Position of Signature area on Document Page in Measure units
(pixels, percents or millimeters see
void setWidth(int value)
Width of Signature area on Document Page in Measure values
(pixels, percents or millimeters see