| 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
Syntaxpublic Rect getBoundingBox()
Return Value
Type:
RectThe bounding box (using document coordinates) or null if not available.
See Also