Skip to main content

PdfStringFormat.Clone() Method

Creates a copy of this PdfStringFormat object.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public object Clone()

Returns

Type Description
Object

The PdfStringFormat object this method creates.

Implements

See Also