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

PdfStringFormat Class

Contains settings to format strings in a document.

Namespace: DevExpress.Pdf

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

Declaration

public class PdfStringFormat :
    ICloneable

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