ImgDoc_RemoveFrame¶
Remove a frame from an image document.
ImgDoc_RemoveFrame(imageDocRef;frameIdx) ➔ success
| → | imageDocRef |
Text | The image document reference. |
| → | frameIdx |
Longint | The image frame index. |
| ↩︎ | success |
Longint | Completion status: 1 on success, 0 otherwise. |
Remove an image frame from an image document.
Parameter imgDocRef is the image document reference. The index of the frame to be removed is specified by frameIdx.
If the method completes successfully, 1 is returned in success, 0 otherwise.