Gets or sets the font of the items in the list

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFont Font { get; set; }
Visual Basic
Public Property Font As PdfFont
	Get
	Set
Visual C++
public:
property PdfFont^ Font {
	PdfFont^ get ();
	void set (PdfFont^ value);
}

Property Value

Type: PdfFont

See Also