Add a specified string to the end of the text. The formatting is defined
by this object's Style.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public void AddText( string text ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddText ( _ text As String _ ) |
Parameters
- text
- Type: System..::.String