Extract an image from a chunk of data and add it to the current page.
ImageID = Doc.AddImageData(Data, Frame)
The data containing the image in a format such as JPEG or TIFF.
Some image types support multiple frames or pages. The first frame is frame one.
Extract an image from a chunk of data and add 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 add images specified as raw data rather than as a file path.
None.