| IMcFilesOutputStream Property |   | 
Namespace: MediaCy.IQL.IO
 Syntax
Syntax Examples
ExamplesApplication.ImageFiles.OutputPath = "c:\temp\images\" ' the OutputStream is created on the next line Application.ImageFiles.OutputStream.Format = "tif" Application.ImageFiles.OutputStream.Compression = mcscLZW Application.ImageFiles.Convert "c:\images"
 See Also
See Also