Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfStringFormat(PdfStringFormat) Constructor

Initializes a new instance of the PdfStringFormat class with the specified string format.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfStringFormat(
    PdfStringFormat format
)

Parameters

Name Type Description
format PdfStringFormat

A PdfStringFormat object.

See Also