| SignDocAnnotationgetBoundingBox Method |
Get the bounding box of the annotation.
The bounding box is available for objects returned by getAnnotation() only.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic Rect getBoundingBox()
Public Function getBoundingBox As Rect
public:
Rect^ getBoundingBox()
member getBoundingBox : unit -> Rect
Return Value
Type:
RectThe bounding box (using document coordinates) or null if not available.
See Also