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

See Also