Add a specified string to the end of the text, with formatting
represented by specified font and color.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public void AddText( string text, Font font, Color textColor ) |
Visual Basic (Declaration) |
---|
Public Sub AddText ( _ text As String, _ font As Font, _ textColor As Color _ ) |
Parameters
- text
- Type: System..::.String
- font
- Type: System.Drawing..::.Font
- textColor
- Type: System.Drawing..::.Color