Click or drag to resize
SignDocAnnotationgetBoundingBox Method
Get the bounding box of the annotation. The bounding box is available for objects returned by getAnnotation() only.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public Rect getBoundingBox()

Return Value

Type: Rect
The bounding box (using document coordinates) or null if not available.
See Also