PXC_TextLineInfo Structure
From PDF XChange PDF SDK
Specifies the text line information structure.
Syntax
struct PXC_TextLineInfo { PXC_Matrix Matrix; PXC_RectF rcBBox; ULONG nFirstCharIndex; ULONG nCharsCount; ULONG nFlags; ULONG nBlockIndex; ULONG nParaIndex; };
Members
- Matrix
- Value of PXC_Matrix containing the text matrix.
- rcBBox
- Value of PXC_RectF containing the line's bound box.
- nFirstCharIndex
- Value of ULONG containing the index of the first character.
- nCharsCount
- Value of ULONG containing the number of characters in the line.
- nFlags
- Value of ULONG containing the text line flags.
- nBlockIndex
- Value of ULONG containing the index of the block that this line belongs to.
- nParaIndex
- Value of ULONG containing the index of the paragraph in the block that this line belongs to.