Skip to main content
A newer version of this page is available. .

PdfStringFormat Class

Contains settings to format strings in a document.

Namespace: DevExpress.Pdf

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

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.

Inheritance

Object
PdfStringFormat
See Also