AddText Method (String, Int32, Object)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFTextLine..::..AddText Method (String, Int32, Object) |
| PDFTextLine Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.PDF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFSubText AddText( string content, int width, Object style ) |
| Visual Basic |
|---|
Public Function AddText ( _ content As String, _ width As Integer, _ style As Object _ ) As PDFSubText |
| Visual C++ |
|---|
public: PDFSubText AddText( String^ content, int width, Object^ style ) |