Back to Devexpress

PdfStringFormat Class

officefileapi-devexpress-dot-pdf-b8d1a99c.md

latest1.6 KB
Original Source

PdfStringFormat Class

Contains settings to format strings in a document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfStringFormat :
    ICloneable
vb
Public Class PdfStringFormat
    Implements 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

ICloneable

Inheritance

Object PdfStringFormat

See Also

PdfStringFormat Members

DevExpress.Pdf Namespace