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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public Rect getBoundingBox()

Return Value

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