function GetImageRaw(const Dest: TFilename; Decode: Boolean = False): Boolean; overload; function GetImageRaw(Dest: TStream; Decode: Boolean = False): Boolean; overload; function GetImageRaw(Dest: TIEBitmap; Decode: Boolean = False): Boolean; overload;
Description
Returns the raw stream of an image within the current page to a file, stream or TIEBitmap.
If Decode = False, this method will get the raw image data as stored in the PDF without applying any filters.
If Decode = True, it will get the decoded image data (uncompressed image data), which is the raw image data after having all filters applied.
Note: ◼The raw format will return an image with an undetermined compression and type ◼The TIEBitmap overload will fail if the image cannot be loaded ◼Use GetImage to reliably return the image of an object