PXV_OcrLine Structure

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

struct PXV_OcrLine
{
    ULONG      nZone;
    ULONG      nCell;
    ULONG      nFirstWord;
    ULONG      nWordsCount;
    PXC_RectF  Bounds;
    PXC_Matrix Matrix;
};

Members

nZone
Value of ULONG ...
nCell
Value of ULONG ...
nFirstWord
Value of ULONG ...
nWordsCount
Value of ULONG ...
Bounds
Value of PXC_RectF ...
Matrix
Value of PXC_Matrix ...

See Also

IPXV_OcrRes::Line