PXV_OcrCell Structure

From PDF XChange PDF SDK
Revision as of 00:58, 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_OcrCell
{
    ULONG              nZone;
    ULONG              nFirstLine;
    ULONG              nLinesCount;
    PXV_OcrFillStyle   nFillStyle;
    ULONG              nFillColor;
    PXV_OcrBorderStyle Border[4];
    PXC_RectF          Bounds;
};

Members

nZone
Value of ULONG ...
nFirstLine
Value of ULONG ...
nLinesCount
Value of ULONG ...
nFillStyle
Value of PXV_OcrFillStyle ...
nFillColor
Value of ULONG ...
Border
Array of PXV_OcrBorderStyle ...
Bounds
Value of PXC_RectF ...

See Also

IPXV_OcrRes::Cell