Click or drag to resize

PdfTextLine Constructor (String, Double, String, PdfPoint, IPdfColor, IPdfColor, PdfLineStyle)

Initializes a new instance of the PdfTextLine 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 PdfTextLine(
	string fontName,
	double fontSize,
	string text,
	PdfPoint location,
	IPdfColor fillColor,
	IPdfColor outlineColor,
	PdfLineStyle style
)

Parameters

fontName
Type: SystemString
Name of the font.
fontSize
Type: SystemDouble
Size of the font.
text
Type: SystemString
The text.
location
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The location.
fillColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the fill.
outlineColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the outline.
style
Type: Atalasoft.PdfDoc.Generating.RenderingPdfLineStyle
The style of outlines.
See Also