PDFView4NET WPF Edition
SelectionStart Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRunSelection Class : SelectionStart Property
Gets the selection start position.
Syntax
'Declaration
 
Public ReadOnly Property SelectionStart As Integer
'Usage
 
Dim instance As PDFTextRunSelection
Dim value As Integer
 
value = instance.SelectionStart
public int SelectionStart {get;}
public: __property int get_SelectionStart();
public:
property int SelectionStart {
   int get();
}

Property Value

Position within the textrun's text where the selection starts.
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

PDFTextRunSelection Class
PDFTextRunSelection Members