Back to Devexpress

PdfStringFormat.Trimming Property

officefileapi-devexpress-dot-pdf-dot-pdfstringformat-e04dc70b.md

latest1.7 KB
Original Source

PdfStringFormat.Trimming Property

Gets or sets the PdfStringTrimming enumeration for this PdfStringFormat object.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfStringTrimming Trimming { get; set; }
vb
Public Property Trimming As PdfStringTrimming

Property Value

TypeDescription
PdfStringTrimming

A PdfStringTrimming enumeration that indicates how text is trimmed when it exceeds the edges of the layout rectangle.

|

Available values:

NameDescription
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.

|

See Also

PdfStringFormat Class

PdfStringFormat Members

DevExpress.Pdf Namespace