PXV_OCRBlockInfo Structure

From PDF XChange PDF SDK
Revision as of 12:55, 9 June 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

struct PXV_OCRBlockInfo
{
    PXV_OCRBlockType        nType;
    ULONG                   nInputRegionIndex;
    PXV_OCRBlockOrientation nOrientation;
    float                   nDeskewAngle;
    ULONG                   nFirstPara;
    ULONG                   nParasCount;
    PXC_RectF               Bounds;
};

Members

nType
Value of PXV_OCRBlockType ...
nInputRegionIndex
Value of ULONG ...
nOrientation
Value of PXV_OCRBlockOrientation ...
nDeskewAngle
Value of float ...
nFirstPara
Value of ULONG ...
nParasCount
Value of ULONG ...
Bounds
Value of PXC_RectF ...

See Also

IPXV_OCRResult::BlockInfo