PXV_OcrWord Structure

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

struct PXV_OcrWord
{
    ULONG                nZone;
    ULONG                nLine;
    ULONG                nFirstChar;
    ULONG                nCharsCount;
    PXV_OcrTextDirection nTextDirection;
    PXC_RectF            Bounds;
};

Members

nZone
Value of ULONG ...
nLine
Value of ULONG ...
nFirstChar
Value of ULONG ...
nCharsCount
Value of ULONG ...
nTextDirection
Value of PXV_OcrTextDirection ...
Bounds
Value of PXC_RectF ...

See Also

IPXV_OcrRes::Word