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

PdfStringFormat.Trimming Property

Gets or sets the PdfStringTrimming enumeration for this PdfStringFormat object.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfStringTrimming Trimming { get; set; }

Property Value

Type Description
PdfStringTrimming

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

See Also