Click or drag to resize

PdfClippedTextLine Constructor (String, String, PdfBounds, PdfFontManager)

Initializes a new instance of the PdfClippedTextLine class while intelligently figuring out fontsize and positioning.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfClippedTextLine(
	string text,
	string fontName,
	PdfBounds bounds,
	PdfFontManager manager
)

Parameters

text
Type: SystemString
The text.
fontName
Type: SystemString
Name of the font.
bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds.
manager
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontManager
The manager.
See Also