PDFView4NET WPF Edition
SourceTextRunIndex Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRun Class : SourceTextRunIndex Property
Index of the source text run in the text run collection.
Syntax
'Declaration
 
Public ReadOnly Property SourceTextRunIndex As Integer
'Usage
 
Dim instance As PDFTextRun
Dim value As Integer
 
value = instance.SourceTextRunIndex
public int SourceTextRunIndex {get;}
public: __property int get_SourceTextRunIndex();
public:
property int SourceTextRunIndex {
   int get();
}

Property Value

Index of source text run in the text run collection.
Remarks
This property is set only for text runs that a part of a search result and it indicates the text run from which this object has been created.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextRun Class
PDFTextRun Members