IMcFilesOutputPrefix Property |
![]() |
Namespace: MediaCy.IQL.IO
' Using OutputNumbers ImageFiles.OutputStream.Format = "tif" ImageFiles.OutputPrefix = "GRAB" ImageFiles.OutputNumbers = 0; ImageFiles.Store ThisApplication.ActiveImage 'stores GRAB0.tif ImageFiles.Store ThisApplication.ActiveImage 'stores GRAB1.tif ImageFiles.Store ThisApplication.ActiveImage 'stores GRAB2.tif ' Not using OutputNumbers ImageFiles.OutputStream.Format = "tif" ImageFiles.OutputStream.FileName = "myFile.tif" ImageFiles.Store ThisApplication.ActiveImage 'stores myFile.tif ImageFiles.Store ThisApplication.ActiveImage 'stores myFile.tif if Overwrite is True, else Fails