CogImage8Interlaced SaveAsBitmap Method Cognex VisionPro 9.22
Saves the current image as a bitmap file.This should be faster than saving the same file via Append  with the downside that you cannot access the image again without re-opening the file.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public override void SaveAsBitmap(
	string filename
)
Remarks

This method completely ignores the interlaced characteristics of this image.
See Also