TextExtractorLineGetFlowID Method  | 
  Gets the flow id.
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
SyntaxPublic Function GetFlowID As Integer
public:
virtual int GetFlowID() sealed
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/paragraphs belong to which flows.
See Also