Click or drag to resize
Rectset Method
Set the coordinates of the rectangle.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void set(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
left Coordinate
top
Type: SystemDouble
top Coordinate
right
Type: SystemDouble
right Coordinate
bottom
Type: SystemDouble
bottom Coordinate
See Also