PDF .NET Library Documentation - PDF Technologies, Inc.

Field Value

The name of the font that will used for text

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public string fontName { get; set; }
Visual Basic (Declaration)
Public Property fontName As String
Visual C++
public:
property String^ fontName {
	String^ get ();
	void set (String^ value);
}

See Also