PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void SetFont( string fontName, float fontSize, PDFFontStyles fontStyle, Charset fontCharset, Color fontColor ) |
Visual Basic (Declaration) |
---|
Public Sub SetFont ( _ fontName As String, _ fontSize As Single, _ fontStyle As PDFFontStyles, _ fontCharset As Charset, _ fontColor As Color _ ) |
Visual C++ |
---|
public: void SetFont( String^ fontName, float fontSize, PDFFontStyles fontStyle, Charset fontCharset, Color fontColor ) |
Parameters
- fontName
- Type: System..::.String
- fontSize
- Type: System..::.Single
- fontStyle
- Type: PDFTech..::.PDFFontStyles
- fontCharset
- Type: PDFTech..::.Charset
- fontColor
- Type: System.Drawing..::.Color