PDFView4NET WPF Edition
VisibleText Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRun Class : VisibleText Property
Gets the visible text in this object.
Syntax
'Declaration
 
Public ReadOnly Property VisibleText As String
'Usage
 
Dim instance As PDFTextRun
Dim value As String
 
value = instance.VisibleText
public string VisibleText {get;}
public: __property string* get_VisibleText();
public:
property String^ VisibleText {
   String^ get();
}

Property Value

The visible text content represented by this object.
Remarks
This property includes only the visible characters that are included in the text run. Invisible characters are not included and ligatures are converted to corresponding characters.
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