XFINIUM.PDF Documentation
ActualText Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStructureElement Class : ActualText Property
Gets or sets the actual text of the structure element.
Syntax
'Declaration
 
Public Property ActualText As String
'Usage
 
Dim instance As PdfStructureElement
Dim value As String
 
instance.ActualText = value
 
value = instance.ActualText
public string ActualText {get; set;}
public:
property String^ ActualText {
   String^ get();
   void set (    String^ value);
}

Property Value

The text that is an exact replacement for the content enclosed by the structure element and its children.
Remarks
This replacement text (which should apply to as small a piece of content as possible) is useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStructureElement Class
PdfStructureElement Members