Extracts an image from a chunk of data and adds it to the current page.
ImageID = Doc.AddImageData(Data, Frame)
Extracts an image from a chunk of data and adds it to the current page returning the ID of the newly added object.
This method is essentially the same as AddImageFile, but it allows you to add images specified as raw data rather than as a file path.
None.