Class Rectangle
The "sign in document" feature makes supported devices display the document near the signature field to be signed. The signature field is a rectangle whose position and appearance on the device display can be chosen through this class.
Inheritance
Inherited Members
Namespace: Sig.SignAPI.DocSign
Assembly: SigSignAPI.dll
Syntax
public abstract class Rectangle
Methods
Name | Description |
---|---|
FromBottomLeft(Int32, Int32, Level) | A rectangle with respect to the lower left corner of the device display. The document is to be shown with the given zoom level. |
FromBottomLeft(Int32, Int32, Int32, Int32) | A rectangle with respect to the lower left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
FromBottomRight(Int32, Int32, Level) | A rectangle with respect to the lower right corner of the device display. The document is to be shown with the given zoom level. |
FromBottomRight(Int32, Int32, Int32, Int32) | A rectangle with respect to the lower left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
FromTopLeft(Int32, Int32, Level) | A rectangle with respect to the upper left corner of the device display. The document is to be shown with the given zoom level. |
FromTopLeft(Int32, Int32, Int32, Int32) | A rectangle with respect to the upper left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
FromTopRight(Int32, Int32, Level) | A rectangle with respect to the upper right corner of the device display. The document is to be shown with the given zoom level. |
FromTopRight(Int32, Int32, Int32, Int32) | A rectangle with respect to the upper left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
WithBorderColor(Color) | Sets the desired border color. The default is red. |
WithBorderColor(Int32) | Sets the desired border color. The default is red. |
WithBorderWidth(Int32) | Sets the desired border width. The default is 2. |
WithColor(Color) | Sets the desired background color. The default is transparent. |
WithColor(Int32) | Sets the desired background color. The default is transparent. |