PXV_OcrChar Structure

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

struct PXV_OcrChar
{
    WORD       nCode;
    ULONG      nWord;
    ULONG      nStyle;
    ULONG      nFlags;
    ULONG      nLanguage;
    float      nConfidence;
    PXC_RectF  BoundsOnSource;
    PXC_RectF  Bounds;
    PXC_PointF ptBase[2];
    PXC_PointF Pos;
};

Members

nCode
Value of WORD ...
nWord
Value of ULONG ...
nStyle
Value of ULONG ...
nFlags
Value of ULONG ...
nLanguage
Value of ULONG ...
nConfidence
Value of float ...
BoundsOnSource
Value of PXC_RectF ...
Bounds
Value of PXC_RectF ...
ptBase
Array of PXC_PointF ...
Pos
Value of PXC_PointF ...

See Also

IPXV_OcrRes::Char