Click or drag to resize

IMcFilesOutputStream Property

Gets or Sets the the McStream used for writing the output. On initial Get, the stream is created.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property OutputStream As McStream
	Get
	Set

Return Value

Type: McStream
McStream
Examples
VB
Application.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