RasterFrame_SetXMPDataΒΆ
Assign XMP data to a raster frame.
RasterFrame_SetXMPData(imgDocRef; frameIdx; xmpDataRef)
| imgDocRef | Text | The raster document reference. |
| frameIdx | Longint | The index of the raster frame. |
| xmpDataRef | Text | The XMP data reference. |
Assign XMP data to the raster frame specified by imgDocRef and frameIdx.
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.
The XMP data reference is passed in the xmpDataRef parameter.
Note
This method is a convenience wrapper for the RasterFrame_PushFilter method
that pushes the XMP filter into the raster frame’s edit stack.