add text to the document
            
        
        Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public Object AddText( string text, FontStyle fontStyle, bool warp, PDFAnchor anchor ) | 
| Visual Basic | 
|---|
| Public Function AddText ( _ text As String, _ fontStyle As FontStyle, _ warp As Boolean, _ anchor As PDFAnchor _ ) As Object | 
| Visual C++ | 
|---|
| public: Object^ AddText( String^ text, FontStyle fontStyle, bool warp, PDFAnchor^ anchor ) | 
Parameters
- text
- Type: System..::..String
- fontStyle
- Type: CuteEditor.Convertor..::..FontStyle
- warp
- Type: System..::..Boolean
- anchor
- Type: CuteEditor.Convertor.PDF..::..PDFAnchor
 
     
     
     
     
    