Usage LONGLONG AnnoBurnin(hDib As LONGLONG)
Description Places the annotation objects onto a copy of the input image (hDib) permanently. Leaves hDib unmodified.
Parameters hDib LONGLONG The handle of a DIB, returned by the TIFF OCX
Return value The handle of a new DIB, which contains the annotation objects burnt in.
Programming Notes
This function changes the result DIB’s color depth to 24 bits.
The original annotations are not deleted automatically, this can be done using the AnnoDeleteObjectsFromPage function.