PXV_OCRParaInfo Structure

From PDF XChange PDF SDK
Revision as of 12:56, 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_OCRParaInfo
{
    ULONG                nBlock;
    ULONG                nFirstLine;
    ULONG                nLinesCount;
    PXV_OCRTextAlignType nTextAlign;
    ULONG                nFlags;
    float                nFirstLineIndent;
    PXC_RectF            Bounds;
};

Members

nBlock
Value of ULONG ...
nFirstLine
Value of ULONG ...
nLinesCount
Value of ULONG ...
nTextAlign
Value of PXV_OCRTextAlignType ...
nFlags
Value of ULONG ...
nFirstLineIndent
Value of float ...
Bounds
Value of PXC_RectF ...

See Also

IPXV_OCRResult::ParaInfo