| SignDocFieldsetTop Method |
Set the top coordinate.
The origin is in the bottom left corner of the page, see Coordinate Systems.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setTop(
double top
)
Public Sub setTop (
top As Double
)
public:
void setTop(
double top
)
member setTop :
top : float -> unit
Parameters
- top
- Type: SystemDouble
The top coordinate
See Also