Gets the size of the flipbook. It would be an object with two keys, width and height.
Example:
var size = $("#flipbook").turn("size"); alert("Width: "+size.width + ", Height:"+size.height);