Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfStringTrimming Enum

Specifies how to trim characters from a string that does not completely fit into a layout shape.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfStringTrimming

Members

Name Description
None

Specifies no trimming.

Character

The text is trimmed to the nearest character.

Word

The text is trimmed to the nearest word.

EllipsisCharacter

The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

EllipsisWord

The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

Remarks

The values listed by the PdfStringTrimming enumeration are used to set the PdfStringFormat.Trimming property.

See Also