fpGetOutputImageInfo()
This function returns the dimensions of the images that would be obtained during the XML Export process.
Syntax
BOOL pascal fpGetOutputImageInfo ( const void* const pImageInfos, const int nImage, KVXMLImageInfo* const ptImageInfo)
Arguments
pImageInfos
|
A pointer returned from fpGetOutputImageInfos() . |
nImage
|
The zero-based index of the image to retrieve dimensions for. |
ptImageInfo
|
The pointer to a KVXMLImageInfo structure, initialized with the KVStructInit macro, which the function fills with the dimensions of the image with index nImage . |
Returns
-
If the call is successful, the return value is
TRUE
. -
If the call is unsuccessful, the return value is
FALSE
.