XFINIUM.PDF Documentation
Phoneme Property



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

Property Value

A string that may be used as pronunciation hint.
Remarks
It is an exact replacement for content enclosed by the structure element and its children. The value for this property is to be interpreted based on the PhoneticAlphabet property in effect.
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