PXV_OcrCell Structure
From PDF XChange PDF SDK
Specifies the ...
Syntax
struct PXV_OcrCell
{
ULONG nZone;
ULONG nFirstLine;
ULONG nLinesCount;
PXV_OcrFillStyle nFillStyle;
ULONG nFillColor;
PXV_OcrBorderStyle Border[4];
PXC_RectF Bounds;
};
Members
- nZone
- Value of ULONG ...
- nFirstLine
- Value of ULONG ...
- nLinesCount
- Value of ULONG ...
- nFillStyle
- Value of PXV_OcrFillStyle ...
- nFillColor
- Value of ULONG ...
- Border
- Array of PXV_OcrBorderStyle ...
- Bounds
- Value of PXC_RectF ...