PXC_TextParaInfo Structure

From PDF XChange PDF SDK
Revision as of 10:38, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

struct PXC_TextParaInfo
{
    ULONG                 nFirstLineIndex;
    ULONG                 nLinesCount;
    PXC_TextJustification nTextAlign;
    PXC_RectF             rcBBox;
};

Members

nFirstLineIndex
Value of ULONG ...
nLinesCount
Value of ULONG ...
nTextAlign
Value of PXC_TextJustification ...
rcBBox
Value of PXC_RectF ...

See Also

IPXC_TextBlockInfo::ParaInfo