Click or drag to resize

IMcFilesOutputPath Property

Gets or Sets the Full Pathname of where converted or stored images should be placed.

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

Return Value

Type: String
BSTR
Examples
VB
Application.ImageFiles.OutputPath = "c:\temp\images\"
Application.ImageFiles.OutputStream.Format = "tif"
Application.ImageFiles.OutputStream.Compression = mcscLZW
Application.ImageFiles.Convert "c:\images"
See Also