Namespace: CuteEditor.Convertor.PDF
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

See Also