PdfStringFormat.FormatFlags Property
Gets or sets a PdfStringFormatFlags enumeration that contains format information.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfStringFormatFlags FormatFlags { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
Measure |
Includes the trailing space at the end of each line. |
No |
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. |
Line |
Only entire lines are laid out in the formatting rectangle. |
No |
Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. |