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
SyntaxSub SaveAs (
Optional FileName As String = ""
)
Parameters
- FileName (Optional)
- Type: SystemString
Full path name of the destination file.
RemarksThis method uses the information contained in the McImage.File McStream object
(if any) when saving the file.
See Also