CloseCopyHandle Method

Description         Closes a file handle opened for copying TIFF images. This function can be used only in pair with the OpenForCopy method.

Syntax                 RetVal = [BITIFF.]CloseCopyHandle Handle

Returns               RetVal                    Boolean           True on success, False otherwise.

Remarks             Handle                    LONGLONG The handle of a file. This handle can be taken from the OpenForCopy method.

See Also              OpenForCopy Method, CopyTiffImage Method