PDFView4NET WPF Edition
TextRun Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRunSelection Class : TextRun Property
Gets the text run that includes selected text.
Syntax
'Declaration
 
Public ReadOnly Property TextRun As PDFTextRun
'Usage
 
Dim instance As PDFTextRunSelection
Dim value As PDFTextRun
 
value = instance.TextRun
public PDFTextRun TextRun {get;}
public: __property PDFTextRun* get_TextRun();
public:
property PDFTextRun^ TextRun {
   PDFTextRun^ get();
}
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