GetImageListItemDataToVariant
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Returns the image data of the specified image list item as a variant byte array.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetImageListItemDataToVariant(
ImageListID As Long, ImageIndex As Long, Options As Long) As Variant
DLL
This function is not available in the DLL edition
Parameters
| ImageListID | A value returned by the GetPageImageList function |
| ImageIndex | The index of the image in the list. The first image has an index of 1. |
| Options | Reserved for future use. Should be set to 0. |
