TextExtractorLineGetParagraphID Method  | 
  Gets the paragraph id.
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic int GetParagraphID()
Public Function GetParagraphID As Integer
public:
virtual int GetParagraphID() sealed
function GetParagraphID();
Return Value
Type: 
Int32 The unique identifier for a paragraph or column
that this line belongs to. This information can be used to
identify which lines belong to which paragraphs.
See Also