PdfWordSegment.Characters Property
Returns a list of the word segment’s characters.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
IList<PdfCharacter> | A collection of PdfCharacter values. |
See Also