CogImage8Grey SaveAsBitmap Method Cognex VisionPro 9.22 SR1
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.1.0.0
Syntax

public virtual void SaveAsBitmap(
	string filename
)
See Also