Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AnnotationRectangle
A rectangle as defined by PDF Spec (PDF32000 2008), which is defined by two points: one indicating the lower left corner, and the other the upper right corner.
Parameters
Name Type Description

lowerLeftCorner

AnnotationPoint

Required
Not null

Lower left corner

upperRightCorner

AnnotationPoint

Required
Not null

Upper right corner

Json Format
{
lowerLeftCorner:
{
x: Float,
y: Float
},
upperRightCorner:
{
x: Float,
y: Float
}
}