Click or drag to resize

OcrPixSave Method

Writes image into file.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public void Save(
	string filename,
	ImageFileFormat format
)

Parameters

filename  String
Path to output file
format  ImageFileFormat
Image format.
Remarks

If the default image format IFF_DEFAULT is requested: use the input format if known; otherwise, use a lossless format.

See Also