 | OcrPixSave Method |
Writes image into file.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic void Save(
string filename,
ImageFileFormat format
)
Public Sub Save (
filename As String,
format As ImageFileFormat
)
public:
void Save(
String^ filename,
ImageFileFormat format
)
member Save :
filename : string *
format : ImageFileFormat -> unit public void Save(
String filename,
ImageFileFormat format
)
function Save(filename, 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