PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Controls the attributes of text written on or in the control.
Namespace:
PDFTechAssembly: 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); } |