[Image.GetColorDepth](filename, page, rectangle)
|
Retrieves the color depth of an image zone.
Parameter(s)
filename – This would typically be the filename of the current document.
page – The target page number.
rectangle - This is an array that contains 4 elements: x, y, width, height
{rectangle[0]} = x
{rectangle[1]} = y
{rectangle[2]} = width
{rectangle[3]} = height
|
|