Usage |
Boolean AnnoBurnIntoDIB(hDib As LONGLONG) |
||
Description |
Permanently places the annotation objects onto the image (hDib). |
||
Parameters |
hDib |
LONGLONG |
The handle of a DIB, returned by the TIFF OCX |
Return value |
True on success, False on failure. |
Programming Notes
This function, unlike the AnnoBurnin function, keeps the color depth of hDib, but it may have unexpected results when used with images that have a color depth of 4 or 8 bits.
To avoid this, please use the AnnoBurnin function.
The original annotations are not deleted automatically, this can be done using the AnnoDeleteObjectsFromPage function.