Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfStringFormat.Trimming Property

Gets or sets the PdfStringTrimming enumeration for this PdfStringFormat object.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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