Skip to main content

PdfStringFormat Class

Contains settings to format strings in a document.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfStringFormat :
    ICloneable

The following members return PdfStringFormat objects:

Remarks

You can specify the text alignment (the PdfStringFormat.Alignment and PdfStringFormat.LineAlignment properties), display and layout information for text strings (the PdfStringFormat.FormatFlags property), and other settings.

Implements

Inheritance

Object
PdfStringFormat
See Also