Options used with L_OcrEngine_CreatePage to determine the ownership of the source BITMAPHANDLE.
enum L_OcrBitmapSharingMode
{
L_OcrBitmapSharingMode_None,
L_OcrBitmapSharingMode_AutoFree,
};
typedef enum L_OcrBitmapSharingMode L_OcrBitmapSharingMode;
L_OcrPage will not free the BITMAPHANDLE when it is destroyed. The page does not own the bitmap handle.
L_OcrPage will free the BITMAPHANDLE when it is destroyed. The page owns the bitmap handle.
L_OcrBitmapSharingMode determines the ownership of the source BITMAPHANDLE object passed to L_OcrEngine_CreatePage method.