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

PdfCharacter(String, PdfFont, Double, PdfOrientedRectangle) Constructor

Initializes a new instance of the PdfCharacter class with the specified settings.

Namespace: DevExpress.Pdf

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

Declaration

public PdfCharacter(
    string unicodeData,
    PdfFont font,
    double fontSize,
    PdfOrientedRectangle rectangle
)

Parameters

Name Type Description
unicodeData String

A String value. This value is assigned to the PdfCharacter.UnicodeData property.

font PdfFont

A PdfFont value. This value is assigned to the PdfCharacter.Font property.

fontSize Double

A Double value. This value is assigned to the PdfCharacter.FontSize property.

rectangle PdfOrientedRectangle

A PdfOrientedRectangle value. This value is assigned to the PdfCharacter.Rectangle property.

See Also