Click or drag to resize

IMcImageSaveAs Method

Saves this image into a file.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub SaveAs ( 
	Optional FileName As String = ""
)

Parameters

FileName (Optional)
Type: SystemString
Full path name of the destination file.
Remarks
This method uses the information contained in the McImage.File McStream object (if any) when saving the file.
See Also