Click or drag to resize

PdfFont Constructor

Create an instance of a PDF font object for use with a PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfFont(
	string name,
	int size,
	bool bold,
	bool italic,
	bool underline,
	PdfHorizontalAlignment alignment,
	PdfColor color
)

Parameters

name
Type: SystemString
Font Name
size
Type: SystemInt32
Font's Size (in pixels)
bold
Type: SystemBoolean
Font's Bold
italic
Type: SystemBoolean
Font's Italic
underline
Type: SystemBoolean
Font's Underline
alignment
Type: RadPdf.Data.Document.CommonPdfHorizontalAlignment
Text Alignment
color
Type: RadPdf.Data.Document.CommonPdfColor
Text Color
Remarks
The name will be used to search
See Also