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: 4.4.0.0 (4.4.0.0)
Syntax
public PdfFont(
	string name,
	int size,
	bool bold,
	bool italic,
	bool underline,
	PdfHorizontalAlignment alignment,
	PdfColor color
)

Parameters

name
Type: System.String
Font Name
size
Type: System.Int32
Font's Size (in pixels)
bold
Type: System.Boolean
Font's Bold
italic
Type: System.Boolean
Font's Italic
underline
Type: System.Boolean
Font's Underline
alignment
Type: RadPdf.Data.Document.Common.PdfHorizontalAlignment
Text Alignment
color
Type: RadPdf.Data.Document.Common.PdfColor
Text Color
Remarks
The name will be used to search
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!