var
f=app.activeDocument.rectangles[0].frameFittingOptions;
alert(f.bottomCrop);
alert(UnitValue(f.bottomCrop,
"pt"
).as(
"mm"
));