Class PixArrayAccessType
Inheritance
System.Object
PixArrayAccessType
Assembly: IronOcr.dll
Syntax
public sealed class PixArrayAccessType : Enum
Control how a Leptonica pixel array takes ownership of images it holds with PixArrayAccessType. Copy stores an independent duplicate, Clone shares a reference-counted handle without duplicating pixel data, and CopyClone combines the two, copying the array structure while cloning its members. Insert places the supplied image directly, transferring ownership to the array. Choose Clone to avoid copying large images when the source stays valid, and Copy when the array must outlive the original.
Fields
Clone
Declaration
public const PixArrayAccessType Clone
Field Value
Copy
Declaration
public const PixArrayAccessType Copy
Field Value
CopyClone
Declaration
public const PixArrayAccessType CopyClone
Field Value
Insert
Declaration
public const PixArrayAccessType Insert
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|