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