SetOriginalTIF
Replaces the current TIF file with the original TIF image that was previously renamed with a TI1 extension.
Member of namespace:
MC_ValidationSyntax:
bool SetOriginalTIF(StrParam)
Parameters
The extension of the original image file.Returns
False, if the original image does not exist. Otherwise, True.Level
Page level.Details
This action replaces the current TIF file with the original TIF image that was previously renamed with a TI1 extension. It is assumed that the original file name was copied to a file name that uses a different extension for safe keeping.- Example:
SetOriginalTIF(TI1)This example replaces the current TIF file with the original TIF image that was previously renamed with a TI1 extension.