PXV_OcrZone Structure

From PDF XChange PDF SDK
Revision as of 00:59, 9 May 2019 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_OcrZone
{
    PXV_OcrZoneType nType;
    ULONG           nRegion;
    ULONG           nFirstLine;
    ULONG           nLinesCount;
    ULONG           nFirstCell;
    ULONG           nCellsCount;
    PXC_RectF       Bounds;
    PXC_Matrix      Matrix;
    float           nRotation;
};

Members

nType
Value of PXV_OcrZoneType ...
nRegion
Value of ULONG ...
nFirstLine
Value of ULONG ...
nLinesCount
Value of ULONG ...
nFirstCell
Value of ULONG ...
nCellsCount
Value of ULONG ...
Bounds
Value of PXC_RectF ...
Matrix
Value of PXC_Matrix ...
nRotation
Value of float ...

See Also

IPXV_OcrRes::Zone