 | OcrApiDumpToPGM Method |
Note: This API is now obsolete.
Dump the internal binary image to a PGM file.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax[ObsoleteAttribute("Deprecated Use OcrPix.ThresholdedImage instead if possible",
true)]
public void DumpToPGM(
string fileName
)<ObsoleteAttribute("Deprecated Use OcrPix.ThresholdedImage instead if possible",
true)>
Public Sub DumpToPGM (
fileName As String
)public:
[ObsoleteAttribute(L"Deprecated Use OcrPix.ThresholdedImage instead if possible",
true)]
void DumpToPGM(
String^ fileName
)
[<ObsoleteAttribute("Deprecated Use OcrPix.ThresholdedImage instead if possible",
true)>]
member DumpToPGM :
fileName : string -> unit /** @attribute ObsoleteAttribute("Deprecated Use OcrPix.ThresholdedImage instead if possible",
true) */
public void DumpToPGM(
String fileName
)function DumpToPGM(fileName);
Parameters
- fileName String
- File name.
See Also