PDFView4NET WPF Edition
SelectionLength Property




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

Property Value

The length of the selected text.
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