ImgFrame_GetPointSize

Return the image frame’s size in *points*.
ImgFrame_GetPointSize(imgDocRef{; frameIdx{; oriented}}) ➔ pointSize
imgDocRef Text The image document reference.
frameIdx Longint The index of the image frame.
oriented Boolean Return the point size in the oriented image coordinate space.
pointSize Object The image frame’s size in points.

Return the image frame’s size in points.

Parameter imgDocRef is the image document reference. This method works with both raster images and PDF documents.

Parameter frameIdx is the index of the image frame. Passing 0 or omitting this parameter is the same as passing 1.

Parameter oriented specifies whether the returned frame size will be expressed in the oriented or in the raw image frame coordinate space. Optional, default is True.

The requested size is returned in pointSize as a SizeObj 4D object and it is expressed in typographic points, where 1 point is a 1/72 of an inch.