PDF .NET Library Documentation - PDF Technologies, Inc.
Controls the attributes of text written on or in the control.

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

Syntax

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

See Also