 | OcrPixaPixes Property |
Gets array of leptonica-style images
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic OcrPix[] Pixes { get; }Public ReadOnly Property Pixes As OcrPix()
Get
public:
property array<OcrPix^>^ Pixes {
array<OcrPix^>^ get ();
}member Pixes : OcrPix[] with get
/** @property */
public OcrPix[] get_Pixes()
Property Value
OcrPix
See Also