AddText Method (String, Object, Int32, Object)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFTextLine..::..AddText Method (String, Object, 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, Object style, int width, Object obj ) |
| Visual Basic |
|---|
Public Function AddText ( _ content As String, _ style As Object, _ width As Integer, _ obj As Object _ ) As PDFSubText |
| Visual C++ |
|---|
public: PDFSubText AddText( String^ content, Object^ style, int width, Object^ obj ) |
Parameters
- content
- Type: System..::..String
- style
- Type: System..::..Object
- width
- Type: System..::..Int32
- obj
- Type: System..::..Object