UnRegisterImageFile()
Summary
Removes registration information from a TIFF image file.
Syntax
UnRegisterImageFile(string file_name)
| Argument | Contents |
|---|---|
| file_name | The path and filename of the image to be unregistered |
Notes
-
UnRegisterImageFile() works only on TIFF image files.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | Unable to remove registration information from the TIFF file |
| NotFound | The specified image file does not exist |
See Also
| Function | Summary |
|---|---|
| RegisterImage() | Registers an image to a particular location, scale, and projection |