GetImageListItemDblProperty
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Returns a Double type property of the specified image list item.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetImageListItemDblProperty(ImageListID, ImageIndex,
PropertyID: Integer): Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetImageListItemDblProperty(
ImageListID As Long, ImageIndex As Long, PropertyID As Long) As Double
DLL
double DPLGetImageListItemDblProperty(int InstanceID, int ImageListID,
int ImageIndex, int PropertyID)
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. |
| PropertyID |
501 = Horizontal co-ordinate of top-left corner 502 = Vertical co-ordinate of top-left corner 503 = Horizontal co-ordinate of top-right corner 504 = Vertical co-ordinate of top-right corner 505 = Horizontal co-ordinate of bottom-right corner 506 = Vertical co-ordinate of bottom-right corner 507 = Horizontal co-ordinate of bottom-left corner 508 = Vertical co-ordinate of bottom-left corner |
