RasterFrame_AdjustSize¶
Let the user adjust the size of a raster frame.
RasterFrame_AdjustSize(imgDocRef; frameIdx) ➔ success
| imgDocRef | Text | The raster document reference. |
| frameIdx | Longint | The index of the raster frame. |
| success | Longint | Completion status: 1 on success, 0 otherwise. |
Display a dialog where the user can change the pixel size and/or resolution of a raster frame, and apply the specified changes.
Parameter imgDocRef is the raster document reference. If imgDocRef refers
to a PDF document, this method does nothing.
Parameter frameIdx is the index of the image frame.
On successful completion 1 is returned in success, 0 otherwise.