Enum PixArrayAccessType
Determines how Tesseract.Pix of a Tesseract.PixArray structure are accessed.
Namespace: Tesseract
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public enum PixArrayAccessType
Clone
Make/use clone (ref count) of the object
Copy
Make/use a copy of the object.
CopyClone
Make a new object and fill with with clones of each object in the array(s)
Insert
Stuff it in; no copy, clone or copy-clone.