Click or drag to resize

PdfClippedTextLine Constructor (String, String, Double, PdfPoint, PdfBounds)

Initializes a new instance of the PdfClippedTextLine class.

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,
	double fontSize,
	PdfPoint location,
	PdfBounds clipBounds
)

Parameters

text
Type: SystemString
The text.
fontName
Type: SystemString
Name of the font.
fontSize
Type: SystemDouble
Size of the font.
location
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The text start point.
clipBounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The clip bounds.
See Also