Back to Devexpress

PdfStringFormat.FormatFlags Property

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

latest1.7 KB
Original Source

PdfStringFormat.FormatFlags Property

Gets or sets a PdfStringFormatFlags enumeration that contains format information.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfStringFormatFlags FormatFlags { get; set; }
vb
Public Property FormatFlags As PdfStringFormatFlags

Property Value

TypeDescription
PdfStringFormatFlags

A PdfStringFormatFlags enumeration that contains format information.

|

Available values:

NameDescription
MeasureTrailingSpaces

Includes the trailing space at the end of each line.

| | NoWrap |

Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length.

| | LineLimit |

Only entire lines are laid out in the formatting rectangle.

| | NoClip |

Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed.

|

See Also

PdfStringFormat Class

PdfStringFormat Members

DevExpress.Pdf Namespace