Click or drag to resize

PdfTextAppearance Constructor (String, Double)

Initializes a new instance of the PdfTextAppearance class with the given font and size in points.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTextAppearance(
	string fontName,
	double fontSize
)

Parameters

fontName
Type: SystemString
Name of the font from the document resources.
fontSize
Type: SystemDouble
Size of the font.
See Also