Back to Devexpress

PdfWord.Segments Property

officefileapi-devexpress-dot-pdf-dot-pdfword-490b06ac.md

latest1.1 KB
Original Source

PdfWord.Segments Property

Returns a list of the word’s segments.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IList<PdfWordSegment> Segments { get; }
vb
Public ReadOnly Property Segments As IList(Of PdfWordSegment)

Property Value

TypeDescription
IList<PdfWordSegment>

A collection of PdfWordSegment values that represent the word’s segments.

|

See Also

PdfWord Class

PdfWord Members

DevExpress.Pdf Namespace