Usage AnnoDrawAll(hDC As LONGLONG)
Description Draws all objects onto the hDC specified. You can call the TIFF OCX GetDC method to retrieve a DC. After you have called this method, you must call the ReleaseDC method of TIFF OCX.
Parameters hDC LONGLONG Handle of DC to draw onto
Return value None
Programming Notes None